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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
8d6360ca
Commit
8d6360ca
authored
Sep 06, 2018
by
Brett Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix incorrect markdown
parent
5ebc6142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
30 deletions
+18
-30
doc/user/markdown.md
doc/user/markdown.md
+18
-30
No files found.
doc/user/markdown.md
View file @
8d6360ca
...
@@ -67,28 +67,16 @@ GFM honors the markdown specification in how [paragraphs and line breaks are han
...
@@ -67,28 +67,16 @@ GFM honors the markdown specification in how [paragraphs and line breaks are han
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 soft returns, are rendered if you end a line with two or more spaces:
Line-breaks, or soft returns, are rendered if you end a line with two or more spaces:
<<<<<<< HEAD
[
//
]:
#
(Do *NOT* remove the two ending whitespaces in the following line.)
[
//
]:
#
(They are needed for the Markdown text to render correctly.)
Roses are red [followed by two or more spaces]
=======
<!-- (Do *NOT* remove the two ending whitespaces in the following line.) -->
<!-- (Do *NOT* remove the two ending whitespaces in the following line.) -->
<!-- (They are needed for the Markdown text to render correctly.) -->
<!-- (They are needed for the Markdown text to render correctly.) -->
Roses are red [followed by two or more spaces]
Roses are red [followed by two or more spaces]
>>>>>>> upstream/master
Violets are blue
Violets are blue
Sugar is sweet
Sugar is sweet
<<<<<<< HEAD
[
//
]:
#
(Do *NOT* remove the two ending whitespaces in the following line.)
[
//
]:
#
(They are needed for the Markdown text to render correctly.)
Roses are red
=======
<!-- (Do *NOT* remove the two ending whitespaces in the following line.) -->
<!-- (Do *NOT* remove the two ending whitespaces in the following line.) -->
<!-- (They are needed for the Markdown text to render correctly.) -->
<!-- (They are needed for the Markdown text to render correctly.) -->
Roses are red
Roses are red
>>>>>>> upstream/master
Violets are blue
Violets are blue
Sugar is sweet
Sugar is sweet
...
@@ -455,26 +443,26 @@ Color written inside backticks will be followed by a color "chip".
...
@@ -455,26 +443,26 @@ Color written inside backticks will be followed by a color "chip".
Examples:
Examples:
`#F00`
`#F00`
`#F00A`
`#F00A`
`#FF0000`
`#FF0000`
`#FF0000AA`
`#FF0000AA`
`RGB(0,255,0)`
`RGB(0,255,0)`
`RGB(0%,100%,0%)`
`RGB(0%,100%,0%)`
`RGBA(0,255,0,0.7)`
`RGBA(0,255,0,0.7)`
`HSL(540,70%,50%)`
`HSL(540,70%,50%)`
`HSLA(540,70%,50%,0.7)`
`HSLA(540,70%,50%,0.7)`
Become:
Become:
`#F00`
`#F00`
`#F00A`
`#F00A`
`#FF0000`
`#FF0000`
`#FF0000AA`
`#FF0000AA`
`RGB(0,255,0)`
`RGB(0,255,0)`
`RGB(0%,100%,0%)`
`RGB(0%,100%,0%)`
`RGBA(0,255,0,0.7)`
`RGBA(0,255,0,0.7)`
`HSL(540,70%,50%)`
`HSL(540,70%,50%)`
`HSLA(540,70%,50%,0.7)`
`HSLA(540,70%,50%,0.7)`
#### Supported formats:
#### Supported formats:
...
@@ -859,7 +847,7 @@ This line is separated from the one above by two newlines, so it will be a *sepa
...
@@ -859,7 +847,7 @@ This line is separated from the one above by two newlines, so it will be a *sepa
This line is also a separate paragraph, but...
This line is also a separate paragraph, but...
This line is only separated by a single newline, so it *does not break* and just follows the previous line in the *same paragraph*.
This line is only separated by a single newline, so it *does not break* and just follows the previous line in the *same paragraph*.
This line is also a separate paragraph, and...
This line is also a separate paragraph, and...
This line is *on its own line*, because the previous line ends with two spaces. (but still in the *same paragraph*)
This line is *on its own line*, because the previous line ends with two spaces. (but still in the *same paragraph*)
spaces.
spaces.
...
@@ -874,7 +862,7 @@ This line is separated from the one above by two newlines, so it will be a *sepa
...
@@ -874,7 +862,7 @@ This line is separated from the one above by two newlines, so it will be a *sepa
This line is also a separate paragraph, but...
This line is also a separate paragraph, but...
This line is only separated by a single newline, so it
*does not break*
and just follows the previous line in the
*same paragraph*
.
This line is only separated by a single newline, so it
*does not break*
and just follows the previous line in the
*same paragraph*
.
This line is also a separate paragraph, and...
This line is also a separate paragraph, and...
This line is
*on its own line*
, because the previous line ends with two spaces. (but still in the
*same paragraph*
)
This line is
*on its own line*
, because the previous line ends with two spaces. (but still in the
*same paragraph*
)
spaces.
spaces.
...
...
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