无法在多行中使用 `<small>` 标签

输出:

(1) 第一行

(2) 第二行

(3) 第三行

(4) 这是一个链接:https://meta.discourse.org

(5) 我们开始吧

来源:

<small>
(1) 第一行

(2) 第二行

(3) 第三行

(4) 这是一个链接:https://meta.discourse.org 

(5) 我们开始吧
</small>
<small>
<div>
(1) 第一行

(2) 第二行

(3) 第三行

(4) 这是一个链接:https://meta.discourse.org 

(5) 我们开始吧
</div>
</small>

通过在顶部和底部添加 <div> </div>,这对我有效。

(1) 第一行

(2) 第二行

(3) 第三行

(4) 这是一个链接:https://meta.discourse.org

(5) 我们开始吧

这使用了 <span>,因为 <span><div> 更受推荐。

啊,是的,<span> 我觉得更多是用于样式。嗯,至少现在它起作用了。