diff options
author | Eric Lindsey <eslindsey@gmail.com> | 2019-07-25 03:08:43 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-25 03:08:43 +0000 |
commit | 461418e1e8fe95e9342d964dbec0a93cb9b17d6d (patch) | |
tree | de67de17bc6b73e187b087dc42677b6d3c3cddcc /doc/user/markdown.md | |
parent | 90b4a8e33f50ed9c6ddc8808970efee182b98bc1 (diff) | |
download | gitlab-ce-461418e1e8fe95e9342d964dbec0a93cb9b17d6d.tar.gz |
Fix rendering in Newline section
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r-- | doc/user/markdown.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md index b533a4f60b8..9380dcf2a32 100644 --- a/doc/user/markdown.md +++ b/doc/user/markdown.md @@ -1049,14 +1049,14 @@ A new line due to the previous backslash. First 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. <!-- (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) --> 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. ### Links |