Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/syntax/footnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ Each footnote should contain a single, focused piece of information. If you find

Before adding footnotes, consider whether:
- The information is important enough to be in the main text.
- A link to external documentation would be more appropriate.
- An admonition (note, warning, etc.) would be clearer.
- A [link](links.md) to external documentation would be more appropriate.
- An [admonition](admonitions.md) (note, warning, etc.) would be clearer.
- A [code callout](code.md#code-callouts) would work better for code blocks.

### Numbering

Footnotes are automatically numbered in order of first reference, regardless of the identifier you use in your source. This means `[^zebra]` appearing before `[^apple]` will be numbered as footnote 1.
Footnotes are automatically numbered in order of first reference, regardless of the identifier you use in your source. This means `[^zebra]` appearing before `[^apple]` will be numbered as footnote 1.
Loading