grunt-assemble
grunt-assemble copied to clipboard
Allow unescape
Is there a way to allow unescape of
rather than having it convert to a space (" ") on build?
I've tried the handlebars method of using triple-brackets, to no avail.
Thanks either way. Great tool!
@judah-firewood Thanks for the issue! If you're reporting a bug, please be sure to include:
- The version of
assemble
you are using. - Your assemblefile.js (This can be in a gist)
- The commandline output. (Screenshot or gist is fine)
- What you expected to happen instead.
Please provide a code example of where you're using
. Also, does this work when using handlebars directly?
sounds like something either HTML related or handlebars safestring. If it's helper-related, try using quadruple-staches, like {{{{foo}}}}
.