Footnotes in Markdown
From the Markdown cheat sheet ยท GitHub Features ยท verified Aug 2026
Footnotes
Add GitHub-supported footnote references and definitions.
markdown
A statement with a source.[^1]
[^1]: The supporting note.๐ Footnotes are not part of core CommonMark
๐ GitHub renders definitions at the document bottom
๐ก Use meaningful labels in long source files
โ ๏ธ Confirm support on non-GitHub renderers
footnotesgithubreferences
Continue with Markdown
Save the full cheat sheet or work through every related task.