adamerose / vscode-markdown-wysiwyg

https://marketplace.visualstudio.com/items?itemName=adamerose.markdown-wysiwyg
Other
14 stars 4 forks source link

Empty lines are removed after save #7

Open dkfdkdodkms opened 11 months ago

dkfdkdodkms commented 11 months ago

Great extension.

Issue: Empty lines are removed when saving, even if the line has two spaces.

adamerose commented 11 months ago

Same root cause as https://github.com/adamerose/vscode-markdown-wysiwyg/issues/5. Since multiple lines in Markdown get displayed as a single line, any number of blank lines gets reduced to a single line when I convert the CKEditor5 displayed result back to raw markdown.