mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Add failing test case
This commit is contained in:
parent
448b72a149
commit
a3e02c1d0e
@ -10,4 +10,7 @@
|
||||
<p>large numbers:</p>
|
||||
<ol start="123">
|
||||
<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:
|
||||
|
||||
123. one
|
||||
123. one
|
||||
|
||||
foo 1. the following should not start a list
|
||||
100.
|
||||
200.
|
Loading…
Reference in New Issue
Block a user