mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
16 lines
210 B
HTML
16 lines
210 B
HTML
<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> |