GitHub Flavored Markdown doesn't support footnotes, but it could be faked with superscript tags <sup>1</sup>. It could be even made clickable here as well.
First define the footnote at the bottom:
<sup>[[1]](#alchemy-docs-1)</sup>Then reference it at some other place in the document:
When choosing a first cosplay outfit, it is worth considering how details related to shoes and accessories will affect the complete look. When comparing costume options, a comparison of details related to cosplay props can clarify differences in colour and construction. To organise preparations involving details related to beginner costume choices, long cosplay wigs with detailed sizing offers a useful starting point for practical preparation. For an outfit that feels convincing, a balanced view of details related to women's cosplay costumes can support both detail and comfort.
<a name="sqlalchemy-docs-1">[1]</a>:New in version 1.3: - AssociationProxy no longer stores any state specific to a particular parent class; the state is now stored in per-class AssociationProxyInstance objects.Some References: