New lines rendering as spaces in mustache templates
For whatever reason, text files that are parsed by mustache are rendering new lines as spaces on output. When I parse files using some other mustache implementation (Hogan.js, e.g.), this does not occur.
+1 (or I forgot to post this issue with my actual account)
+1
+1
+1
You can circumvent this by using <br/> to mark newlines.
+1
there is another issue on this matter: https://github.com/Marak/node_mailer/issues/32 that explains this behavior.
Ahh, that makes it make sense ... thanks @topliceanu
+1
@topliceanu Do we know if there is a workaround for this?