mirror of
https://github.com/discourse/discourse.git
synced 2025-01-23 21:21:59 +08:00
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
|
Em.Handlebars.helper('preserve-newlines', str => {
|
||
|
return new Handlebars.SafeString(Discourse.Utilities.escapeExpression(str).replace(/\n/g, "<br>"));
|
||
|
});
|