markdownlint/test/pandoc-footnotes.md

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

Sample footnotes 8 9


  1. I am a footnote! ↩︎

  2. I reference a PCW article! ↩︎

  3. I am a footnote with name! ↩︎

  4. I am also a named footnote! I also reference the PCW article! ↩︎

  5. I am a long footnote! I don't do any harm :) ↩︎

  6. I am a longer footnote. I do reference the PCW article. I do harm. Though, not here: Pandoc's User Guide ↩︎

  7. I am the longest footnote. I also reference the PCW article.

    I am a harmful new block of text: Another ↩︎

  8. A line A new line ↩︎

  9. I am a new block of text With a new line as well ↩︎