複数行で `<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