sandbox/sandbox/ MarkdownFootnotes


From the markdown guide

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


  1. This is the first footnote. 

  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.