Skip to content

FootnoteReferenceNode 组件详解 ​

基础块级

行内 `[^1]` 脚注标记渲染为可点击的 `<sup>`,跳转到脚注定义。

Markdown 输入
Backlinks matter[^1].

[^1]: The anchor arrow jumps back to the reference.
实时渲染输出

Backlinks matter[1].

The anchor arrow jumps back to the reference. ↩︎

定制与覆盖

覆盖内置组件 — 用带作用域的方式安全替换这个节点渲染器。 渲染器与节点组件参考 — 查看全部导出的组件和 props。

相关组件