1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/test/data/unordered_list.html

10 lines
103 B
HTML
Raw Normal View History

2013-11-10 12:44:52 +04:00
<ul>
<li>li</li>
<li>li</li>
</ul>
2013-11-16 03:55:09 +04:00
<p>mixed markers:</p>
2013-11-10 12:44:52 +04:00
<ul>
<li>li</li>
<li>li</li>
<li>li</li>
</ul>