I just noticed that some of the entries of the comment-patterns-doc are not displayed correctly: the Mustache and Handlebars multiline-patterns are disappearing. I have cut the problem down to these two files
This is a {%= disappearing() %} helper
verb.helper("disappearing", function() {
return "{{! abc }}"
});
The output is not, as I would have expected:
This is a {{! abc }} helper
but
(see verb-tests).
I would like to know why. Is this a bug?
I just noticed that some of the entries of the
comment-patterns-doc are not displayed correctly: the Mustache and Handlebars multiline-patterns are disappearing. I have cut the problem down to these two files.verb.md:verbfile.jsThe output is not, as I would have expected:
but
(see verb-tests).
I would like to know why. Is this a bug?