Skip to content

Footnotes Material

FormSyntaxUsage
ReferenceText[^1]Footnote call.
Definition[^1]: ContentBottom note.
Reusemultiple [^id]Same note.
Longindented paragraphsMulti-paragraph note.
Footnotes add precision without interrupting the reading flow.[^1]

A single sentence can contain several footnote calls, with numeric or named identifiers.[^2][^note-longue]

You can also reuse the same note in multiple places in the document.[^shared]

[^1]: Short note on a single line.

[^2]: Another short note declared with a numeric identifier.

[^shared]: Note reused by several references on the page.

[^note-longue]:
    A long note can contain multiple lines as long as the content remains indented.

    It can also contain a second paragraph and inline `code`.

Footnotes add precision without interrupting the reading flow.1

A single sentence can contain several footnote calls, with numeric or named identifiers.23

You can also reuse the same note in multiple places in the document.4

Footnotes

  1. Short note on a single line.

  2. Another short note declared with a numeric identifier.

  3. A long note can contain multiple lines as long as the content remains indented.

    It can also contain a second paragraph and inline code.

  4. Note reused by several references on the page.

First reference to a shared note.[^shared]

This second reference points to the same note as the previous section.[^shared]

[^shared]: Note reused by several calls in the same example.

First reference to a shared note.1

This second reference points to the same note as the previous section.1

Footnotes

  1. Note reused by several calls in the same example. 2

Footnote content can be written on a single line[^1], or across several paragraphs when more context is needed.[^note-longue]

[^1]: Short note on a single line.

[^note-longue]:
    A long note can contain multiple lines as long as the content remains indented.

    It can also contain a second paragraph, a link to [MkDocs Material](https://squidfunk.github.io/mkdocs-material/reference/footnotes/) and inline `code`.

Footnote content can be written on a single line1, or across several paragraphs when more context is needed.2

Footnotes

  1. Short note on a single line.

  2. A long note can contain multiple lines as long as the content remains indented.

    It can also contain a second paragraph, a link to MkDocs Material and inline code.