grunt-assemble icon indicating copy to clipboard operation
grunt-assemble copied to clipboard

Allow unescape  

Open judah-firewood opened this issue 7 years ago • 3 comments

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 avatar May 18 '17 17:05 judah-firewood

@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.

assemblebot avatar May 18 '17 17:05 assemblebot

Please provide a code example of where you're using  . Also, does this work when using handlebars directly?

doowb avatar May 18 '17 19:05 doowb

sounds like something either HTML related or handlebars safestring. If it's helper-related, try using quadruple-staches, like {{{{foo}}}}.

jonschlinkert avatar May 18 '17 19:05 jonschlinkert