From dbba5183cb1275de8d2ff49501fef853bbdf790f Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Sun, 21 Sep 2025 20:54:30 +0000 Subject: [PATCH] Add MF-10: Footnote stuff --- MF-10%3A Footnote stuff.-.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 MF-10%3A Footnote stuff.-.md 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