botpress / messaging

Botpress messaging server
40 stars 37 forks source link

fix(webchat): make html escaping configurable #654

Closed allardy closed 4 months ago

allardy commented 4 months ago

We use markdown-it to display content, when html is escaped it breaks some of the feature (with backticks it would display < instead of <).

This makes it configurable so its backward compatible