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
foo烫 bar foo bar
Despite setting 'simpleLineBreaks' to true, the fragment above is rendered to:
<p>foo烫 bar</p> <p>foo<br> bar</p>
This issue can be reproduced in v1.5.4, while OK in v1.5.1
The text was updated successfully, but these errors were encountered:
version 1.5.1 had a bug with simpleLineBreaks in lists (see #316 ) The regex was changed to only add line breaks in word boundaries.
Edit: It seems javascript \b does not recognise anything other that ASCII characters as, well "word characters" which is idiotic.
\b
Sorry, something went wrong.
Related to #323 Should be fixed in latest develop
b1c458a
tivie
No branches or pull requests
Despite setting 'simpleLineBreaks' to true, the fragment above is rendered to:
This issue can be reproduced in v1.5.4, while OK in v1.5.1
The text was updated successfully, but these errors were encountered: