Skip to content

Instantly share code, notes, and snippets.

@moisoto
Forked from 0bserver07/how-to-footnote-github.md
Last active August 17, 2021 01:10
Show Gist options
  • Save moisoto/4bb027f625e513a564aba3dca2aa86bc to your computer and use it in GitHub Desktop.
Save moisoto/4bb027f625e513a564aba3dca2aa86bc to your computer and use it in GitHub Desktop.

Markdown for the footnote link1:

Markdown for the footnote link<sup id="a1">[1](#f1)</sup>:

1 This is the footnote markdown:

<b id="f1">1</b> This is the footnote markdown:[](#a1)

When the file only have a single footnote, you can use an * instead (which I think is not possible using proper markdown):

Like this*:

Like this<sup id="a2"><b>[*]</b>(#f2)</sup>:

* With this as the footnote:

<b id="f2"><sup>*</sup></b>  With this as the footnote:[](#a2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment