File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,16 @@ the output.
24
24
Example:
25
25
26
26
``` md
27
- Footnotes have a name, a reference[^1], and a definition[^@#$% ].
27
+ Footnotes have a name, a reference[^1], and a definition[^word ].
28
28
29
29
[^1]: This is a footnote definition.
30
- [^@#$% ]: A footnote with the name "@#$% ".
30
+ [^word ]: A footnote with the name "word ".
31
31
```
32
32
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
34
34
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 ` [^@#$%] ` .
36
37
37
38
A ** footnote reference** is a link within the text body to a footnote definition.
38
39
A footnote reference contains the footnote name prefixed by a caret ` ^ ` and enclosed
You can’t perform that action at this time.
0 commit comments