Document grammar differences from Handlebars.js
Opened this issue · 0 comments
mmun commented
We should put them into a DIFFERENCES.md or something like that. I will collect the ones I know here for now.
Whitespace control lexical grammar
Currently the grammar accepts source like {{ ~ { foo }}}
whereas previously it would be rejected and the user would have been required to type {{~{ foo }}}
.