Adding bold text in handlebars parameters

You can use triple-curlies to avoid the html escaping, e.g. {{{parameterName}}}

https://handlebarsjs.com/guide/#html-escaping

1 Like