mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Fix comment about inline footnotes (#473)
This commit is contained in:
parent
5a12bbca53
commit
d85484cdc4
|
@ -480,11 +480,11 @@ func (p *Markdown) parseRefsToAST() {
|
||||||
// [^note]: This is the explanation.
|
// [^note]: This is the explanation.
|
||||||
//
|
//
|
||||||
// Footnotes should be placed at the end of the document in an ordered list.
|
// Footnotes should be placed at the end of the document in an ordered list.
|
||||||
// Inline footnotes such as:
|
// Finally, there are inline footnotes such as:
|
||||||
//
|
//
|
||||||
// Inline footnotes^[Not supported.] also exist.
|
// Inline footnotes^[Also supported.] provide a quick inline explanation,
|
||||||
|
// but are rendered at the bottom of the document.
|
||||||
//
|
//
|
||||||
// are not yet supported.
|
|
||||||
|
|
||||||
// reference holds all information necessary for a reference-style links or
|
// reference holds all information necessary for a reference-style links or
|
||||||
// footnotes.
|
// footnotes.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user