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.

More Markdown tasks

Back to the full Markdown cheat sheet