Skip to content

Commit a0755e8

Browse files
committed
Add 'word' as an example of a footnote name/id
1 parent 345f52e commit a0755e8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/extensions/footnotes.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ the output.
2424
Example:
2525

2626
```md
27-
Footnotes have a name, a reference[^1], and a definition[^@#$%].
27+
Footnotes have a name, a reference[^1], and a definition[^word].
2828

2929
[^1]: This is a footnote definition.
30-
[^@#$%]: A footnote with the name "@#$%".
30+
[^word]: A footnote with the name "word".
3131
```
3232

33-
A **footnote name** is a string that uniquely identifies a footnote within the
33+
A **footnote name** is a string that uniquely identifies a footnote within the
3434
document. It may contain any character which is valid for an HTML id attribute
35-
(including spaces). Examples: `1` in `[^1]` and `@#$%` in `[^@#$%]`.
35+
(including spaces). Examples: `1` in `[^1]`, `word` in `[^word]`,
36+
and `@#$%` in `[^@#$%]`.
3637

3738
A **footnote reference** is a link within the text body to a footnote definition.
3839
A footnote reference contains the footnote name prefixed by a caret `^` and enclosed

0 commit comments

Comments
 (0)