parsedown/tests/data/list_-_ordered.html

14 lines
215 B
HTML
Raw Normal View History

2013-07-10 22:22:16 +02:00
<p>Here's a regular ordered list:</p>
<ol>
<li>one</li>
<li>two</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>
</ol>