Footnote

Footnotes use standard Markdown syntax. Add a reference inline, then define the footnote content elsewhere on the page.

This sentence has a footnote.[^1]

[^1]: This is the footnote content.

This sentence has a footnote.1


Inline Markdown

Footnotes can include basic inline Markdown such as emphasis, links, and inline code.

The release notes include extra context.[^release]

[^release]: Footnotes can include **bold text**, [links](https://retype.com/), and `inline code`.

The release notes include extra context.2


Longer Notes

Indent additional lines to add multiple blocks to the same footnote.

This paragraph has a longer footnote.[^details]

[^details]: The first paragraph of the footnote.

    - A nested list item
    - Another list item

This paragraph has a longer footnote.3


Retype adds a return icon to each rendered footnote. Click the icon to jump back to the matching footnote reference in the content.

The return link is added automatically.4


  1. This is the footnote content.

  2. Footnotes can include bold text, links, and inline code.

  3. The first paragraph of the footnote.

    • A nested list item
    • Another list item

  4. Click the generated return icon to go back to the reference.

component