实际效果:
使用 Markdown[1] 可以效率的书写文档,直接转换成 HTML[2], 你可以使用 Typora[3] 软件。
A sentence that needs[4] a footnote.
Another sentence that needs a footnote. [5]
原文:
使用 Markdown[^1] 可以效率的书写文档,直接转换成 HTML[^2], 你可以使用 Typora[^typora] 软件。
A sentence that needs[^3] a footnote.
Another sentence that needs a footnote. [^4]
[^1]:Markdown 是一种纯文本标记语言。
[^2]:HyperText Markup Language 超文本标记语言。
[^typora]: Typora 官网 <https://typora.io/>
[^3]: The footnote
[^4]: The second footnote