Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.org
GitLab FOSS
Commits
88ebb7b5
Verified
Commit
88ebb7b5
authored
Apr 15, 2016
by
Ben Bodenmiller
Committed by
Rémy Coutable
Sep 28, 2016
1
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
Pipelines
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
...
...
Pedro Moreira da Silva
🚧
@pedroms
mentioned in issue
#23171 (closed)
·
Jan 05, 2017
mentioned in issue
#23171 (closed)
mentioned in issue #23171
Toggle commit list
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