i use handlebars to generate markdown, which is whitespace-sensitive.. so i use whitespace control a lot..
but it doesn't work on template comments.. at the moment, this command (note the trailing ~):
handlebars.compile("{{! comment ~}} blah")();
returns this:
whereas i expected this:
should/could this be addressed?
i use handlebars to generate markdown, which is whitespace-sensitive.. so i use whitespace control a lot..
but it doesn't work on template comments.. at the moment, this command (note the trailing
~):returns this:
' blah'whereas i expected this:
'blah'should/could this be addressed?