Can't use <small> tag on multiple lines

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 Likes
(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 Likes

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

2 Likes