Skip to content

FootnoteReferenceNode component ​

Basic Blocks

Inline `[^1]` footnote markers render as clickable `<sup>` links that scroll to the footnote definition.

Markdown input
Backlinks matter[^1].

[^1]: The anchor arrow jumps back to the reference.
Live rendered output

Backlinks matter[1].

The anchor arrow jumps back to the reference. ↩︎

Customize & override

Override built-in components — replace this node renderer safely with scoped overrides. Renderer & node components reference — see all exported components and their props.

Related components