summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/adjacent_lists.html
blob: b4cd8f508636ceadca1cae11f86d2a36f2aa214c (plain)
1
2
3
4
5
6
7
8
9
<ul>
<li>This should be</li>
<li>An unordered list</li>
</ul>

<ol>
<li>This should be</li>
<li>An unordered list</li>
</ol>