diff options
author | Dmitri Goosens <dgoosens@gmail.com> | 2014-09-17 22:17:41 +0000 |
---|---|---|
committer | Dmitri Goosens <dgoosens@gmail.com> | 2014-09-17 22:17:41 +0000 |
commit | fec3a34bed67da87c37898e6ce5f71d55db2811d (patch) | |
tree | afdfe4f471da6835851fba93dde1c29d6495103c /doc | |
parent | 630d042433e0cecffe80aa5ebd7aa7a91c5eb2d8 (diff) | |
download | gitlab-ce-fec3a34bed67da87c37898e6ce5f71d55db2811d.tar.gz |
how to render line-breaks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/markdown.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md index 5627fd0659f..1290fa934b2 100644 --- a/doc/markdown/markdown.md +++ b/doc/markdown/markdown.md @@ -45,14 +45,15 @@ You can also use other rich text files in GitLab. You might have to install a de GFM honors the markdown specification in how [paragraphs and line breaks are handled](http://daringfireball.net/projects/markdown/syntax#p). -A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines.: +A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines. +Line-breaks, or softreturns, are rendered if you end a line with two or more spaces - Roses are red + Roses are red [followed by two or more spaces] Violets are blue Sugar is sweet -Roses are red +Roses are red Violets are blue Sugar is sweet |