patrickkettner / grunt-compile-handlebars

grunt plugin to compile static html from a handlebars plugin
MIT License
115 stars 29 forks source link

replace encoded link characters from JSON content #50

Closed ryanburgess closed 9 years ago

ryanburgess commented 9 years ago

If JSON content contains inline links the characters are encoded so I've replaced the characters to allow HTML links in the final output.

patrickkettner commented 9 years ago

Thanks for the PR! I believe you should be using the triple stash for this, however.

Right?

ryanburgess commented 9 years ago

You're correct. I didn't even realize that was possible without a helper. Thanks for letting me know.

patrickkettner commented 9 years ago

my pleasure!