mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-04 04:05:28 +02:00
Add failing test case
This commit is contained in:
@@ -10,4 +10,7 @@
|
|||||||
<p>large numbers:</p>
|
<p>large numbers:</p>
|
||||||
<ol start="123">
|
<ol start="123">
|
||||||
<li>one</li>
|
<li>one</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
<p>foo 1. the following should not start a list
|
||||||
|
100.<br />
|
||||||
|
200. </p>
|
@@ -8,4 +8,8 @@ repeating numbers:
|
|||||||
|
|
||||||
large numbers:
|
large numbers:
|
||||||
|
|
||||||
123. one
|
123. one
|
||||||
|
|
||||||
|
foo 1. the following should not start a list
|
||||||
|
100.
|
||||||
|
200.
|
Reference in New Issue
Block a user