Skip to content
Closed
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
4 changes: 2 additions & 2 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5888,9 +5888,9 @@ followed immediately by attributes:

Pandoc's Markdown allows footnotes, using the following syntax:

Here is a footnote reference,[^1] and another.[^longnote]
Here is a footnote reference,[^goo] and another.[^longnote]

[^1]: Here is the footnote.
[^goo]: Here is the footnote.

[^longnote]: Here's one with multiple blocks.

Expand Down