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
Tatuya Kamada
gitlab-ce
Commits
88ebb7b5
Commit
88ebb7b5
authored
Apr 15, 2016
by
Ben Bodenmiller
Committed by
Rémy Coutable
Sep 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add footnote to Markdown docs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
f4ded8a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
doc/user/markdown.md
doc/user/markdown.md
+10
-0
No files found.
doc/user/markdown.md
View file @
88ebb7b5
...
...
@@ -27,6 +27,7 @@
*
[
Horizontal Rule
](
#horizontal-rule
)
*
[
Line Breaks
](
#line-breaks
)
*
[
Tables
](
#tables
)
*
[
Footnotes
](
#footnotes
)
**[Wiki-Specific Markdown](#wiki-specific-markdown)**
...
...
@@ -699,6 +700,15 @@ By including colons in the header row, you can align the text within that column
| Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 |
| Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 |
## Footnotes
You can add footnotes to your text as follows.[^1]
[^1]: This is my awesome footnote.
```
You can add footnotes to your text as follows.[^1]
[
^1
]:
This
is my awesome footnote.
```
## Wiki-specific Markdown
...
...
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