Preserving soft breaks when serializing to HTML #1018
Replies: 1 comment 2 replies
-
This #954 and the corresponding PR might help @DougReeder , but it wont convert new lines to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
serializeHTMLFromNodes
appears to strip newline characters from text, even whencreateSoftBreakPlugin(optionsSoftBreakPlugin)
is among the plugins passed.Is there a way to convert newlines to
<br/>
when serializing to HTML?Beta Was this translation helpful? Give feedback.
All reactions