Add MF-10: Footnote stuff
12
MF-10%3A Footnote stuff.-.md
Normal file
12
MF-10%3A Footnote stuff.-.md
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user