Skip to content
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

[Bug] Softline breaks and paragraphs aren't properly persed #1030

Open
TatsuUkraine opened this issue Jan 28, 2025 · 0 comments
Open

[Bug] Softline breaks and paragraphs aren't properly persed #1030

TatsuUkraine opened this issue Jan 28, 2025 · 0 comments

Comments

@TatsuUkraine
Copy link

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

  1. use entry line like First paragraph.\n\nSecond pargraph
  2. initialize editor using markdownToDocument function
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant