mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
1.5 KiB
1.5 KiB
Pandoc Footnotes
Examples taken from GitHub issue 599
Example with Pandoc Footnotes
A sentence with footnotes: 1 2 A sentence with named footnotes: 3 4 A sentence with a link reference: Pandoc's User Guide
Example with Long Pandoc Footnotes
A sentence with a long footnotes: 5 6 7
The previous line of text is treated by CommonMark as an indented code block. To handle it as a Pandoc footnote, consider the
markdown-it-footnote
plugin.
GitHub Footnotes
-
I am a footnote! ↩︎
-
I am a footnote with name! ↩︎
-
I am also a named footnote! I also reference the PCW article! ↩︎
-
I am a long footnote! I don't do any harm :) ↩︎
-
I am a longer footnote. I do reference the PCW article. I do harm. Though, not here: Pandoc's User Guide ↩︎
-
I am the longest footnote. I also reference the PCW article.
-
A line A new line ↩︎
-
I am a new block of text With a new line as well ↩︎