# 嵌套脚注无法渲染

**URL:** <https://meta.discourse.org/t/nested-footnotes-do-not-render/391604>\
**Category:** Bug\
**Tags:** footnote\
**Created:** [2025年十二月17日 22:27 UTC](https://meta.discourse.org/t/nested-footnotes-do-not-render/391604 "2025-12-17T22:27:54Z")\
**Posts on this page:** 1\
**Showing post:** 1

<div class="post-metadata">

**Author:** ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)\
**Post date:** [2025年十二月17日 22:27 UTC](https://meta.discourse.org/t/nested-footnotes-do-not-render/391604/1 "2025-12-17T22:27:54Z")

</div>

在创建 [`t/63172/79`](https://meta.discourse.org/t/threaded-discussion-is-ultimately-too-complex-to-survive-on-the-public-internet/63172/79?u=rokejulianlockhart) 时，我注意到：

```Markdown
[^2]

[^2]: [^4]

    [^4]: placeholder

```

…会产生：

![#](https://global.discourse-cdn.com/meta/original/4X/1/3/8/13875e848b6e0a9ecf583fbceced4b862864d7c0.png)

…而：

```Markdown
[^2]

[^2]: [^4]

[^4]: placeholder

```

…会产生：

![#](https://global.discourse-cdn.com/meta/original/4X/2/8/e/28ee73c82ad800c11daa1e97c609b1cc8a3a2207.png)

GitHub 和 GitLab 风格的 Markdown 支持此功能。能够在脚注内嵌套可见内容很重要。这似乎只影响悬停时显示模式。

---

_[View the full topic](https://meta.discourse.org/t/nested-footnotes-do-not-render/391604)._
