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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Adding a newline with spaces at the end of the line works.
The issue left, would be that the preview in SDI shows newlines that are not shown in the frontend.
That is actually consitent with the spec (read the sections on both the hard and soft line breaks). A hard line break can be inserted with two spaces or a backslash.
There is an option for the SDI markdown editor to disable showing single line breaks.
This would make it consistent with the frontend, if it also has support for the double space solution.
Contra: Tends to be misused (i.e. you should use proper paragraphs most of the time)
I agree to this point. We can keep the frontend as is and make the adjustments in SDI.
Markdown description created in SDI uses
\r\n
as newline.This is not shown in the pages view.
Duplicate newlines introduce a new paragraph.
The text was updated successfully, but these errors were encountered: