You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This basically continuation of this issue. #912
It seems editor still doesn't recognize softlines. Also after some update it actually converts paragraphs into the softline breaks during convert from MD format into the document
How to Reproduce
use entry line like First paragraph.\n\nSecond pargraph
initialize editor using markdownToDocument function
convert editor document back to MD format using documentToMarkdown function
Output will be First paragraph.\nSecond pargraph, which 1 paragraph with softline break inside
Expected Behavior
Output should be First paragraph.\n\nSecond pargraph
Operating System
Any
AppFlowy Editor Version(s)
v4, v5
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
This basically continuation of this issue. #912
It seems editor still doesn't recognize softlines. Also after some update it actually converts paragraphs into the softline breaks during convert from MD format into the document
How to Reproduce
First paragraph.\n\nSecond pargraph
markdownToDocument
functiondocumentToMarkdown
functionOutput will be
First paragraph.\nSecond pargraph
, which 1 paragraph with softline break insideExpected Behavior
Output should be
First paragraph.\n\nSecond pargraph
Operating System
Any
AppFlowy Editor Version(s)
v4, v5
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: