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
695279ba
Commit
695279ba
authored
Jun 20, 2021
by
Suzanne Selhorn
Committed by
Evan Read
Jun 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Added guidance for table footnotes
parent
b728ded1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
doc/development/documentation/styleguide/index.md
doc/development/documentation/styleguide/index.md
+31
-0
No files found.
doc/development/documentation/styleguide/index.md
View file @
695279ba
...
...
@@ -737,6 +737,37 @@ page), use these phrases:
| No |
`**{dotted-circle}** No`
|
**{dotted-circle}**
No |
| Yes |
`**{check-circle}** Yes`
|
**{check-circle}**
Yes |
### Footnotes
To indicate a footnote, use the HTML tag
`<sup>`
with a number.
Put the tag at the end of the sentence or term.
For the footnotes below the table, use a bold number followed by a sentence.
For example:
```
markdown
| App name | Description |
|:---------|:---------------------------------|
| App A | Description text.
<sup>
1
</sup>
|
| App B | Description text.
<sup>
2
</sup>
|
**1**
This is the footnote.
**2**
This is the other footnote.
```
This text renders this output:
| App name | Description |
|:---------|:---------------------------------|
| App A | Description text.
<sup>
1
</sup>
|
| App B | Description text.
<sup>
2
</sup>
|
**1**
This is the footnote.
**2**
This is the other footnote.
## Quotes
Valid for Markdown content only, not for front matter entries:
...
...
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