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.
2424Example:
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
3434document. 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
3738A ** footnote reference** is a link within the text body to a footnote definition.
3839A footnote reference contains the footnote name prefixed by a caret ` ^ ` and enclosed
You can’t perform that action at this time.
0 commit comments