Files
webpage/crates/lib/md-footnote/tests/fixtures/1.md
2025-11-06 21:16:09 -08:00

1.7 KiB

Pandoc example

......

Here is a footnote reference,1 and another.2

This paragraph won't be part of the note, because it isn't indented.

......

Here is a footnote reference,[1] and another.[2]

This paragraph won't be part of the note, because it isn't indented.


  1. Here is the footnote. ↩︎

  2. Here's one with multiple blocks.

    Subsequent paragraphs are indented to show that they belong to the previous footnote.

    { some.code }
    

    The whole paragraph can be indented, or just the first line. In this way, multi-paragraph footnotes work like multi-paragraph list items. ↩︎


  1. Here is the footnote. ↩︎

  2. Here's one with multiple blocks.

    Subsequent paragraphs are indented to show that they belong to the previous footnote.

    { some.code }
    

    The whole paragraph can be indented, or just the first line. In this way, multi-paragraph footnotes work like multi-paragraph list items. ↩︎