Open aleksandr-konovalov opened 2 months ago
You should enable this configuration to preserve new lines.
With this configuration, this is the issue in the second part of the video.
With this configuration, this is the issue in the second part of the video.
GitHub's markdown editor also has this effect.
Yes, it's true. Is it correct to put two line breaks after the list?
Yes, it's true.
But now the “preserve newlines in markdown” setting removes the line break after the list, which it should not do. I recorded a video as an example. By the way, github does not remove it.
https://github.com/user-attachments/assets/0081fce4-c18a-4078-95fb-8601341009b3
@keiseiTi Do you think we can fix it, given what I wrote above? From our discussion, the “preserve newlines in markdown” setting should put two line breaks after the list and preserve line breaks between paragraphs. It doesn't work with lists yet.
@potatowagon Hi, could you look at this issue please?
Lexical version: 0.17.1
Steps To Reproduce
Related to the fix: https://github.com/facebook/lexical/pull/6020 by @potatowagon (as part of the release https://github.com/facebook/lexical/releases/tag/v0.16.0)
Link to the video:
https://github.com/user-attachments/assets/700229aa-c055-4b41-a881-920069d2de9f
The current behavior
The paragraph becomes part of the list
The expected behavior
The paragraph remains independent
Impact of fix
Critical. Reproduce rate: 100%.