Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
fec3a34b
Commit
fec3a34b
authored
Sep 17, 2014
by
Dmitri Goosens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
how to render line-breaks
parent
630d0424
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/markdown/markdown.md
doc/markdown/markdown.md
+4
-3
No files found.
doc/markdown/markdown.md
View file @
fec3a34b
...
@@ -45,14 +45,15 @@ You can also use other rich text files in GitLab. You might have to install a de
...
@@ -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
)
.
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
Violets are blue
Sugar is sweet
Sugar is sweet
Roses are red
Roses are red
Violets are blue
Violets are blue
Sugar is sweet
Sugar is sweet
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment