-
-
Notifications
You must be signed in to change notification settings - Fork 887
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
Add option to render whitespace #16
Comments
I added |
Yeah, a |
This is fixed in 0.5.6 (f1e5607) (I decided to use |
For anyone having trouble finding this in newer versions: |
Some sources remove
<br />
tags in favor of using the newline characters as line breaks when rendering. A parameter needs to be added (perhapsrenderWhitespace
) that defaults to false.The text was updated successfully, but these errors were encountered: