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
When running the formatter it removes the third outer bracket when it should not. This prevents the use of raw presentation of data in a handlebars template file.
When running the formatter it removes the third outer bracket when it should not. This prevents the use of raw presentation of data in a handlebars template file.
It takes {{{ value }}} and makes it {{ value }}
See handlebars documentation at https://handlebarsjs.com/guide/#html-escaping
The text was updated successfully, but these errors were encountered: