-
Notifications
You must be signed in to change notification settings - Fork 70
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
Blank line between paragraphs is not preserved when preserveNewlines: true enabled #144
Comments
Currently dealing with the same issue. Did you find any solution? |
@supasus our workaround was to remove |
@alibosworth Thanks, that did the trick. If anyone ever stumbles onto this: I was trying to differentiate between a soft newline break and a paragraph break. Doing this
And setting the data-blocks margin was the solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This results in multiple paragraphs in draft being combined into a single paragraph with a BR inside.
Opened a PR that shows this failing test #143
The text was updated successfully, but these errors were encountered: