## Footnotes TODO: proper spec. This test is based on the one from gfm. ```````````````````````````````` example This is some text![^1]. Other text.[^footnote]. Here's a thing[^other-note]. And another thing[^codeblock-note]. This doesn't have a referent[^nope]. [^1]: Some *bolded* footnote definition. [^footnote]: > Blockquotes can be in a footnote. as well as code blocks or, naturally, simple paragraphs. [^other-note]: no code block here (spaces are stripped away) [^codeblock-note]: this is now a code block (8 spaces indentation) Hi! [^unused]: This is unused. .

This is some text!1. Other text.2.

Here's a thing3.

And another thing4.

This doesn't have a referent[^nope].

Hi!

1

Some bolded footnote definition.

2

Blockquotes can be in a footnote.

as well as code blocks

or, naturally, simple paragraphs.

3
   no code block here (spaces are stripped away)
4
this is now a code block (8 spaces indentation)
5

This is unused.

````````````````````````````````