Wannes

Results 3 comments of Wannes

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, '')) } ```