Emoji 有时 在 <small> 块 内 不起作用

似乎表情符号在 <small> 块内不渲染?

认为它们以前可以。

编辑:哦,这是不一致的。这里有一些情况:


:exploding_head:

你好

:exploding_head:


:exploding_head:

来源:


---
<small>
:exploding_head:
</small>

---

你好
<small>
:exploding_head:
</small>

---
<small>:exploding_head:</small>
---

:exploding_head:

1 个赞

:rocket: :exploding_head: :upside_down_face: :hugs:

3 个赞

问题似乎是空格,然后是一个单独一行的开标签,接着是冒号-表情符号-代码

3 个赞

它看起来不像特定于 <small>(我没有测试所有允许的标签)。我不记得它是否一直都是这样。

2 个赞

这与 markdown.it 的实现及其处理内联 HTML 与块 HTML 的方式有关

第一个示例是一个 HTML 块,因此内联标尺未运行。

我认为这是设计使然,@Vitaly

3 个赞