Closed KitsuneRal closed 6 years ago
Case in point: using the following template:
{{=[+ +]=}}[+>partial+]
and assuming I have partial defined as
partial
{{^nothing}}1{{/nothing}}[+^nothing+]2[+/nothing+]
I see
1[+^nothing+]2[+/nothing+]
rather than
{{^nothing}}1{{/nothing}}2
I wonder if it's a bug or a feature. The original Mustache manual is silent on this case.
Looks like this covers it: https://github.com/mustache/spec/blob/master/specs/delimiters.yml#L73
The author apparently didn't try using Mustache with LaTeX and the likes... Thanks for the clarification anyway.
Case in point: using the following template:
and assuming I have
partial
defined asI see
rather than
I wonder if it's a bug or a feature. The original Mustache manual is silent on this case.