Adding Footnotes to GitHub-flavored Markdown

GitHub Flavored Markdown doesn't support footnotes, but it could be faked with superscript tags. It could be even made clickable here as well.

· 1 min read

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:

<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:

Related Articles

Install FreeDOS - but Manually
· 2 min read

Labels in OpenShift 3 Web Console

Labels are used to match application names and resources in OpenShift 3 Web Console.

· 1 min read
Etcd does not Start after Disk is Full
· 5 min read