Wannes
Results
3
comments of
Wannes
Same issue here.
Same here.
If you don't want a line break (``) but the equivalent of a paragraph break (``), the following will work ```javascript function preserveLineBreaks(d) { return new Handlebars.SafeString(d.replace(/\n/g, '')) } ```