Fix rendering in Newline section
This commit is contained in:
parent
90b4a8e33f
commit
461418e1e8
1 changed files with 2 additions and 2 deletions
|
@ -1049,14 +1049,14 @@ A new line due to the previous backslash.
|
||||||
|
|
||||||
First paragraph.
|
First paragraph.
|
||||||
Another line in the same paragraph.
|
Another line in the same paragraph.
|
||||||
A third line in the same paragraph, but this time ending with two spaces.
|
A third line in the same paragraph, but this time ending with two spaces.
|
||||||
A new line directly under the first paragraph.
|
A new line directly under the first paragraph.
|
||||||
|
|
||||||
<!-- (Do *NOT* remove the two ending whitespaces in the second line) -->
|
<!-- (Do *NOT* remove the two ending whitespaces in the second line) -->
|
||||||
<!-- (They are needed for the Markdown text to render correctly on docs.gitlab.com, the backslash works fine inside GitLab itself) -->
|
<!-- (They are needed for the Markdown text to render correctly on docs.gitlab.com, the backslash works fine inside GitLab itself) -->
|
||||||
|
|
||||||
Second paragraph.
|
Second paragraph.
|
||||||
Another line, this time ending with a backslash.
|
Another line, this time ending with a backslash.
|
||||||
A new line due to the previous backslash.
|
A new line due to the previous backslash.
|
||||||
|
|
||||||
### Links
|
### Links
|
||||||
|
|
Loading…
Reference in a new issue