MarkdownParser/test/data/ordered_list.html

16 lines
226 B
HTML
Raw Normal View History

2013-11-16 00:55:09 +01: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 18:43:37 +02:00
<ol start="123">
2013-11-16 00:55:09 +01:00
<li>one</li>
2018-03-28 16:37:47 +02:00
</ol>
<p>foo 1. the following should not start a list
100.<br />
200. </p>