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

16 lines
226 B
HTML
Raw Normal View History

2013-11-16 03:55:09 +04:00
<ol>
<li>one</li>
<li>two</li>
</ol>
<p>repeating numbers:</p>
<ol>
<li>one</li>
<li>two</li>
</ol>
<p>large numbers:</p>
2016-10-04 19:43:37 +03:00
<ol start="123">
2013-11-16 03:55:09 +04:00
<li>one</li>
2018-03-28 17:37:47 +03:00
</ol>
<p>foo 1. the following should not start a list
100.<br />
200. </p>