diff --git a/MF-10%3A Footnote stuff.-.md b/MF-10%3A Footnote stuff.-.md new file mode 100644 index 0000000..e950d6b --- /dev/null +++ b/MF-10%3A Footnote stuff.-.md @@ -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. \ No newline at end of file