You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well that's a problem. I don't have time at the moment to dig into it, but I was able to reproduce your issue. My hunch is that the issue is in the underlying handlebars-wax library. Fortunately, I wrote that too.
Hi! I have this function setup to compile my hbs files and I'm using a data.json file for the content.
The problem is that I'm trying to use the compileOptions with noEscape set to true but the HTML markup in the .json file is escaped.
My function is the following:
Any help or hint will be appreciated, thanks!
Edit: Using a triple {{{ is not an option for my project.
The text was updated successfully, but these errors were encountered: