Display problem after strict line feed mode is enabled

1, the editor => display => strict line feed mode, after this function is opened, a single line feed does not take effect in reading mode, but it is still effective in editing mode, which causes the disunity of editing and preview display, whether this should also be consistent with reading mode in editing mode, and the original line feed is displayed in source mode. This ensures that after the text has been edited, it has the correct expectation of the style it will look like when it is read

2, open the strict wrap mode to use two newlines to wrap, but the display will be larger than the line spacing without opening the strict wrap mode, whether this should also be consistent with the line spacing when not opened, because just modify the logic of the line wrap, should not affect the external performance of its display.

(note, “Preview Mode” was the old name that Reading Mode became.)

Even if Editor, and in particular live preview, aims to have the same look as the reading mode, it it still at its core an editor and we want the users to know there are blank lines so they can edit them. You can search/open a feature request for this.

no, strict mode follows markdown specs, which says it’s two spaces at the end of sentence.

Please, next time follow the bug report template of post directly in the help section.