Currently if you have a footnote like this[^1] [^1]: Example foot note It will not render as a foot note, and it will just render as regular text. ``` This text has a footnote[^1] [^1]: This should be rendered at the bottom of the page, no matter where it is placed. ```