Finding out whether phuks' Markdown library supports footnotes:
Footnotes[1] have a label[@#$%] and the footnote's content.
[1]: This is a footnote content.
[@#$%]: A footnote on the label: "@#$%".
Finding out whether phuks' Markdown library supports [footnotes](https://pythonhosted.org/Markdown/extensions/footnotes.html):
Footnotes[^1] have a label[^@#$%] and the footnote's content.
[^1]: This is a footnote content.
[^@#$%]: A footnote on the label: "@#$%".
Finding out whether phuks' Markdown library supports footnotes:
Footnotes[1] have a label[@#$%] and the footnote's content.
[1]: This is a footnote content.
[@#$%]: A footnote on the label: "@#$%".