-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New lines rendering as spaces in mustache templates #61
Comments
+1 (or I forgot to post this issue with my actual account) |
+1 |
2 similar comments
+1 |
+1 |
You can circumvent this by using <br/> to mark newlines. |
+1 |
there is another issue on this matter: #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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: