mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
16 lines
243 B
HTML
16 lines
243 B
HTML
<p>Here's a regular ordered list:</p>
|
|
<ol>
|
|
<li>one</li>
|
|
<li>two</li>
|
|
<li>three</li>
|
|
</ol>
|
|
<p>Here's one with repeating numbers:</p>
|
|
<ol>
|
|
<li>one</li>
|
|
<li>two</li>
|
|
</ol>
|
|
<p>Here's one with large numbers:</p>
|
|
<ol>
|
|
<li>one</li>
|
|
<li>two</li>
|
|
</ol> |