Here's a simple footnote,[^1] and here's a longer one.[^bignote]
 
[^1]: meaningful!
 
[^bignote]: Here's one with multiple paragraphs and code.
 
    Indent paragraphs to include them in the footnote.
 
    `{ my code }`
 
    Add as many paragraphs as you like.

Here’s a simple footnote,1 and here’s a longer one.2

You can also use inline footnotes. ^[notice that the carat goes outside of the brackets on this one.]

You can also use inline footnotes. ^[notice that the carat goes outside of the brackets on this one.]

Footnotes

  1. meaningful!

  2. Here’s one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    { my code }

    Add as many paragraphs as you like.