xref: /Universal-ctags/Units/parser-markdown.r/footnotes.d/input.md (revision cfd6b00dc881fa21e194dc1e4ff151fc18bfbc27)
1<!-- Taken from https://www.markdownguide.org/extended-syntax/#footnotes -->
2Here's a simple footnote,[^1] and here's a longer one.[^bignote]
3
4[^1]: This is the first footnote.
5
6[^bignote]: Here's one with multiple paragraphs and code.
7
8    Indent paragraphs to include them in the footnote.
9
10    `{ my code }`
11
12    Add as many paragraphs as you like.
13