Files
yn/test/md/footnotes.md
T

1.4 KiB

Footnotes Test

This document tests footnote syntax supported by Yank Note.

Basic Footnotes

This is a sentence with a footnote1 .

Another sentence with a different footnote2 .

Named Footnotes

Yank Note supports named footnotes3 as well as numeric ones4 .

Multi-line Footnotes

This references a longer footnote5 .

Footnotes with Formatting

Check this footnote with formatting6 .

Multiple References

The same footnote can be referenced multiple times in the text7 . See the previous reference7 again.

Footnotes in Lists

  • Item with footnote8
  • Another item9

Inline Footnote

This sentence has an inline footnote^[This is an inline footnote that doesn't need a separate definition.].


  1. This is the first footnote content. ↩︎

  2. This is the second footnote content. ↩︎

  3. Named footnotes use descriptive identifiers. ↩︎

  4. They work the same way as numeric footnotes. ↩︎

  5. This is a longer footnote that spans multiple lines. Each continuation line must be indented with at least 4 spaces or 1 tab.

    It can even contain multiple paragraphs. ↩︎

  6. This footnote contains bold, italic, and code formatting. ↩︎

  7. This footnote is referenced multiple times in the document. ↩︎

  8. Footnote from a list item. ↩︎

  9. Another footnote from a list item. ↩︎