Add MF-10: Footnote stuff

2025-09-21 20:54:30 +00:00
parent 3e77e5a0b3
commit dbba5183cb

@@ -0,0 +1,12 @@
Here is a Markdown example that demonstrates how to create a footnote. Footnotes are another feature of Extended Markdown.
***
This is some text that needs a citation. You can add a footnote like this[^1].
You can also have another footnote right here[^2].
...
[^1]: This is the first footnote.
[^2]: And this is the second footnote, providing more information.