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
1a400a9c
Commit
1a400a9c
authored
Jan 14, 2020
by
Aaron Wolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved clarity of the whole footnotes section
parent
b983d512
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
doc/user/markdown.md
doc/user/markdown.md
+13
-9
No files found.
doc/user/markdown.md
View file @
1a400a9c
...
...
@@ -773,25 +773,29 @@ do*this*and*do*that*and*another thing
### Footnotes
Footnotes add a link to a note rendered at the end of a Markdown file:
Footnotes add a link to a note that will be rendered at the end of a Markdown file.
To make a footnote, you need both a reference tag and a separate line (anywhere in the file) with the note content.
Regardless of the tag names, the relative order of the reference tags determines the rendered numbering.
```
markdown
You can add footnotes to your text as follows.
[^1]
A footnote reference tag looks like this:
[^1]
[
^1
]:
This
is
a footnote (later in file)
.
[
^1
]:
This
is
the contents of a footnote
.
You can use letters and other characters in the footnote
.[^footnote-note]
Reference tags can use letters and other characters
.[^footnote-note]
[
^footnote-note
]:
Footnote
numbers are auto-generated by order, so it does not matter what the tag name is
.
[
^footnote-note
]:
Unfortunately,
an upstream bug causes rendering failure for tags that include lowercase 'w' (see issue #24423)
.
```
You can add footnotes to your text as follows.
[^1]
A footnote reference tag looks like this:
[^1]
[
^1
]:
This
is
a footnote (later in file)
.
[
^1
]:
This
is
the contents of a footnote
.
You can use letters and other characters in the footnote
.[^footnote-note]
Reference tags can use letters and other characters
.[^footnote-note]
[
^footnote-note
]:
Footnote
numbers are auto-generated by order, so it does not matter what the tag name is
.
[
^footnote-note
]:
Unfortunately,
an upstream bug causes rendering failure for tags that include lowercase 'w' (see issue #24423)
.
### Headers
...
...
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