summaryrefslogtreecommitdiff
path: root/tests/extensions/sane_lists.html
blob: b9fe007dbe41c92cf25940dab057e77e0d073489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<ol>
<li>Ordered</li>
<li>List</li>
</ol>
<ul>
<li>Unordered</li>
<li>List</li>
</ul>
<ol>
<li>Ordered again</li>
</ol>
<p>Paragraph
* not a list item</p>
<ol>
<li>More ordered
* not a list item</li>
</ol>
<ul>
<li>Unordered again
1. not a list item</li>
</ul>