We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Playing a bit with the markup, I managed to change:
<p>This is nice man</p>
into
<p style="text-align: left;"> This is <span style="line-height: 25.2000007629395px;">ni</span> <span style="line-height: 25.2000007629395px;">ce</span> <span style="line-height: 25.2000007629395px;"> </span> <span style="line-height: 25.2000007629395px;">man</span> </p>
This needs to be cleaned up again to <p>This is nice man</p>
The text was updated successfully, but these errors were encountered:
@Xethron can you provide some details on how to replicate this?
Sorry, something went wrong.
Use Chrome (mine is Version 43.0.2357.134 m) and play with numbered or unnumbered lists to reproduce it right away. Doesn't happen with Explorer.
Confirmed. In Chrome, unordered lists get all sorts of inline styles, including line-height and font-family.
Seems like fixed in Chrome. I can't reproduce this bug now. Chorme 48.0.2564.103 m
If you have the bug, post in #203
No branches or pull requests
Playing a bit with the markup, I managed to change:
into
This needs to be cleaned up again to
<p>This is nice man</p>
The text was updated successfully, but these errors were encountered: