-
Hi, I have this example data:
And after using |
Beta Was this translation helpful? Give feedback.
Answered by
sunng87
Jan 21, 2023
Replies: 1 comment
-
Yes, by default handlebars escapes html entity values. To disable this behaviour, call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blyxyas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, by default handlebars escapes html entity values. To disable this behaviour, call
register_escape_fn(no_escape)
on handlebars registry.