Skip to content
This repository was archived by the owner on Sep 8, 2019. It is now read-only.

Support unescaped content in handlebar template #5

Closed
jeanlaurent opened this issue Nov 14, 2013 · 2 comments
Closed

Support unescaped content in handlebar template #5

jeanlaurent opened this issue Nov 14, 2013 · 2 comments

Comments

@jeanlaurent
Copy link
Member

Support for triple mustache does not work. This prevent us from using unescaped content. Content already in html comes escaped without this.

Look for {{{ in handlebar doc for more explanation http://handlebarsjs.com/

@jeanlaurent
Copy link
Member Author

Ok this sort of work.
Only by [[& somecontent ]] which is good.
Still [[[somecontent]]] does not work. But [[{somecontent}]] work, which is kind of super ugly
It also work by registering a specific helper...

@dgageot
Copy link
Member

dgageot commented Nov 18, 2013

Won't fix. It's hard coded in the Hbs lexer

@dgageot dgageot closed this as completed Nov 18, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants