mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
14 lines
214 B
HTML
14 lines
214 B
HTML
<p>Here's a list where items are separated by empty lines:</p>
|
|
<ul>
|
|
<li>
|
|
<p>list item</p>
|
|
</li>
|
|
<li>another list item</li>
|
|
</ul>
|
|
<p>Here's an ordered one:</p>
|
|
<ol>
|
|
<li>
|
|
<p>item one</p>
|
|
</li>
|
|
<li>item two</li>
|
|
</ol> |