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
Just tell Handlebars you don't want it to replace html tags, using three brackets instead of two : {{{i18n "great_text"}}}
And it should give you the expected result.
For example, if I have a multi-paragraph message need to be translated, I'll have this in my i18n.js:
But then {{i18n "great_text"}} will escape html tags and display following to user:
Is it possible to disable html escaping and just insert raw html into page?
The text was updated successfully, but these errors were encountered: