Hello world! [^1] Here's another statement for the second footnote. [^bignote]
Footnotes will be _numbered in the order they appear in the body of the markdown,_ not the order of the footnotes at the bottom. So even though this footnote is marked "2", and appears second in the footnotes below when in editing view, it will actually be "3" in reading view and "bignote" will actually be "2". [^2] Given this, it's best to make the footnotes semantic rather than numbered, like this one here. [^Denworth2017] Here's what it looks like when you reference the same footnote a second time. [^2]
[^1]: First footnote!
[^2]: This will actually be moved to be third in footnotes list in reader view since "2" is the third reference in the markdown.
[^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.
[^Denworth2017]: Denworth, Lydia. 2017. “Is There a ‘Female’ Brain?” Scientific American. September 2017. https://www.scientificamerican.com/article/is-there-a-ldquo-female-rdquo-brain/.