The htmlString formatter in lib/formatters.js only replaces `\n` with `<br/>`, ignoring possible special characters and others.
The htmlString formatter in lib/formatters.js only replaces
\nwith<br/>, ignoring possible special characters and others.