parsedown/tests/commonmark/260-List_items.html

11 lines
77 B
HTML

<ol>
<li>
<ul>
<li>
<ol start="2">
<li>foo</li>
</ol>
</li>
</ul>
</li>
</ol>