On 17 March 2016 at 20:19, sebb <seb...@gmail.com> wrote: > The Wunderbar docs mention outputting text with markup: > > _{"<em>hello</em>!!!"} > > The following also works: > > _{"<!-- fixed comment -->"} > > However it does not seem to be possible to output an HTML comment > which contains any variable text, e.g. a date. > > Is this possible?
Turns out the variable I was using needed to be untainted. So although it looked and behaved like a normal string, it affected the output. Also it seems that the syntax only works at all if whimsy/asf is required That's odd