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

Update expect-to-pass CommonMark spec examples for f4e0234

This commit is contained in:
Daniel Rudolf 2016-10-13 22:32:56 +02:00 committed by Aidan Woods
parent 0514997103
commit 50e135cd4e
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
6 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<ol start="123456789">
<li>ok</li>
</ol>

View File

@ -0,0 +1 @@
123456789. ok

View File

@ -0,0 +1,3 @@
<ol start="0">
<li>ok</li>
</ol>

View File

@ -0,0 +1 @@
0. ok

View File

@ -0,0 +1,11 @@
<ol>
<li>
<ul>
<li>
<ol start="2">
<li>foo</li>
</ol>
</li>
</ul>
</li>
</ol>

View File

@ -0,0 +1 @@
1. - 2. foo