Support for footnotes
You can now easily add footnotes to your notes like this [^1]
To reference a footnote simply add markdown like this:
text like this [^1]
Then simply add the footnote contents at the bottom:
[^1]: This is a footnote.
The links and references will be automatically added for you.
[^1]: That was easy isn't it?