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

output:

(1) first line

(2) second line

(3) third line

(4) this is a link: https://meta.discourse.org

(5) here we go

source:

<small>
(1) first line

(2) second line

(3) third line

(4) this is a link: https://meta.discourse.org 

(5) here we go
</small>
<small>
<div>
(1) first line

(2) second line

(3) third line

(4) this is a link: https://meta.discourse.org 

(5) here we go
</div>
</small>

This worked for me by adding <div> </div> to the top and bottom

3 个赞
(1) first line

(2) second line

(3) third line

(4) this is a link: https://meta.discourse.org

(5) here we go

This is with <span> span is preferred over <div>

2 个赞

Ah yeah <span> is more for styling I think. Well at least it works now.

2 个赞