Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unescape   #60

Open
judah-firewood opened this issue May 18, 2017 · 3 comments
Open

Allow unescape   #60

judah-firewood opened this issue May 18, 2017 · 3 comments

Comments

@judah-firewood
Copy link

judah-firewood commented May 18, 2017

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!

@assemblebot
Copy link

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

@doowb
Copy link
Member

doowb commented May 18, 2017

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

@jonschlinkert
Copy link
Member

jonschlinkert commented May 18, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants