parsedown/tests/data/list_-_sparse.html

16 lines
195 B
HTML
Raw Normal View History

2013-11-10 09:44:52 +01:00
<p>Here's a sparse list:</p>
<ul>
<li>
<p>list item</p>
</li>
<li>another list item</li>
</ul>
<p>Here's one with an indented list item:</p>
<ul>
<li>
<p>li</p>
<ul>
<li>li</li>
</ul>
</li>
</ul>