-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
escaping " #13
Comments
Can you use |
No, the problem is the opposite. I want to have it encoded. Just to A followup question is why you decided to escape it to |
I just used the escaping map from defunk/mustache. Entitifying is not something Mustache does (yet). I'm looking for a way to easily add service hooks into Mustache.js, the Twitter guys have custom _i tags they use for i18n, I'd like to make these extensions pluggable. |
That sounds like a good idea! |
you can now use higher-order sections to add custom filters. |
I'm having problems with a template where I use Mustache to set the attribute value and it's containing a ".
In the escpae method i see this:
which should maybe be:
But that doesn't work in this case:
Both cases just remove it since it needs to be htmlified.
This works:
The text was updated successfully, but these errors were encountered: