-
Notifications
You must be signed in to change notification settings - Fork 97
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
HTML whitespace is not maintained. #24
Comments
One work around for this issue is to use a markup preprocessor on compilation to remove all white-space.
The RegExs are't as scary as they look. They replace any white-space preceding a |
Ugh. I tried to take over #41 by cloning, but I cannot figure it out quickly enough to be worthwhile. |
This is still a problem and #41 seems to have been abandonned... |
That was my original intent: to fork and just do a smaller PR, but even the state that it was in already did not seem to fix the inline element whitespace issue. |
Hi, I have the same problem even with option |
also having this issue. are there any workarounds? |
Hi, unfortunately this makes the plugin unusable 😢 any plan to address this? |
My PR #116 should fix this. |
Wrapping a word just before punctuation, but not wrapping the punctuation, results in bad formatting.
becomes
Which is rendered as:
This is a bold stance .
Notice the space before the period.
The text was updated successfully, but these errors were encountered: