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

16 lines
243 B
HTML
Raw Normal View History

2013-07-11 00:22:16 +04:00
<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>