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
9556829b
Commit
9556829b
authored
Jul 24, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
9cf96140
7aa0d40b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
30 deletions
+36
-30
doc/integration/slack.md
doc/integration/slack.md
+2
-2
doc/user/markdown.md
doc/user/markdown.md
+34
-28
No files found.
doc/integration/slack.md
View file @
9556829b
---
---
redirect_to
:
'
../
project_service
s/slack.md'
redirect_to
:
'
../
user/project/integration
s/slack.md'
---
---
This document was moved to
[
project_services/slack.md
](
../
project_service
s/slack.md
)
.
This document was moved to
[
project_services/slack.md
](
../
user/project/integration
s/slack.md
)
.
doc/user/markdown.md
View file @
9556829b
...
@@ -136,26 +136,26 @@ Supported formats (named colors are not supported):
...
@@ -136,26 +136,26 @@ Supported formats (named colors are not supported):
Color written inside backticks will be followed by a color "chip":
Color written inside backticks will be followed by a color "chip":
```
markdown
```
markdown
`#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.3)`
`RGBA(0,255,0,0.3)`
`HSL(540,70%,50%)`
`HSL(540,70%,50%)`
`HSLA(540,70%,50%,0.3)`
`HSLA(540,70%,50%,0.3)`
```
```
`#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.3)`
`RGBA(0,255,0,0.3)`
`HSL(540,70%,50%)`
`HSL(540,70%,50%)`
`HSLA(540,70%,50%,0.3)`
`HSLA(540,70%,50%,0.3)`
### Diagrams and flowcharts using Mermaid
### Diagrams and flowcharts using Mermaid
...
@@ -397,6 +397,7 @@ unordered or ordered lists:
...
@@ -397,6 +397,7 @@ unordered or ordered lists:
-
[ ] Sub-task 1
-
[ ] Sub-task 1
-
[x] Sub-task 2
-
[x] Sub-task 2
-
[ ] Sub-task 3
-
[ ] Sub-task 3
1.
[x] Completed task
1.
[x] Completed task
1.
[ ] Incomplete task
1.
[ ] Incomplete task
1.
[ ] Sub-task 1
1.
[ ] Sub-task 1
...
@@ -408,6 +409,7 @@ unordered or ordered lists:
...
@@ -408,6 +409,7 @@ unordered or ordered lists:
-
[ ] Sub-task 1
-
[ ] Sub-task 1
-
[x] Sub-task 2
-
[x] Sub-task 2
-
[ ] Sub-task 3
-
[ ] Sub-task 3
1.
[x] Completed task
1.
[x] Completed task
1.
[ ] Incomplete task
1.
[ ] Incomplete task
1.
[ ] Sub-task 1
1.
[ ] Sub-task 1
...
@@ -976,7 +978,7 @@ after the `</summary>` tag and before the `</details>` tag, as shown in the exam
...
@@ -976,7 +978,7 @@ after the `</summary>` tag and before the `</details>` tag, as shown in the exam
These details _will_ remain **hidden** until expanded.
These details _will_ remain **hidden** until expanded.
PASTE LOGS HERE
PASTE LOGS HERE
</details>
</details>
```
```
...
@@ -988,7 +990,7 @@ These details _will_ remain **hidden** until expanded.
...
@@ -988,7 +990,7 @@ These details _will_ remain **hidden** until expanded.
These details
<em>
will
</em>
remain
<b>
hidden
</b>
until expanded.
These details
<em>
will
</em>
remain
<b>
hidden
</b>
until expanded.
PASTE LOGS HERE
PASTE LOGS HERE
</details>
</details>
...
@@ -1135,13 +1137,13 @@ GFM will autolink almost any URL you put into your text:
...
@@ -1135,13 +1137,13 @@ GFM will autolink almost any URL you put into your text:
### Lists
### Lists
Ordered and unordered lists can be easily created. Add the number you want the list
Ordered and unordered lists can be easily created. Add the number you want the list
to start with, like
`1.
`
(with a space)
at the start of each line for ordered lists.
to start with, like
`1.
`
, followed by a space,
at the start of each line for ordered lists.
After the first number, it does not matter what number you use, ordered lists will be
After the first number, it does not matter what number you use, ordered lists will be
numbered automatically by vertical order, so repeating
`1.
`
for all items in the
numbered automatically by vertical order, so repeating
`1.`
for all items in the
same list is common. If you start with a number other than
`1.
`
, it will use that as the first
same list is common. If you start with a number other than
`1.`
, it will use that as the first
number, and count up from there.
number, and count up from there.
Add a
`*
`
,
`- `
or
`+ `
(with a space)
at the start of each line for unordered lists, but
Add a
`*
`
,
`-`
or
`+`
, followed by a space,
at the start of each line for unordered lists, but
you should not use a mix of them.
you should not use a mix of them.
Examples:
Examples:
...
@@ -1156,7 +1158,9 @@ Examples:
...
@@ -1156,7 +1158,9 @@ Examples:
4.
And another item.
4.
And another item.
*
Unordered lists can use asterisks
*
Unordered lists can use asterisks
-
Or minuses
-
Or minuses
+
Or pluses
+
Or pluses
```
```
...
@@ -1170,9 +1174,11 @@ Examples:
...
@@ -1170,9 +1174,11 @@ Examples:
1.
Next ordered sub-list item
1.
Next ordered sub-list item
1.
And another item.
1.
And another item.
*
Unordered lists can use asterisks
-
Unordered lists can use asterisks
-
Or minuses
-
Or minuses
+
Or pluses
-
Or pluses
---
---
...
...
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