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:
parent
0514997103
commit
50e135cd4e
3
tests/commonmark/226-List_items.html
Normal file
3
tests/commonmark/226-List_items.html
Normal file
@ -0,0 +1,3 @@
|
||||
<ol start="123456789">
|
||||
<li>ok</li>
|
||||
</ol>
|
1
tests/commonmark/226-List_items.md
Normal file
1
tests/commonmark/226-List_items.md
Normal file
@ -0,0 +1 @@
|
||||
123456789. ok
|
3
tests/commonmark/228-List_items.html
Normal file
3
tests/commonmark/228-List_items.html
Normal file
@ -0,0 +1,3 @@
|
||||
<ol start="0">
|
||||
<li>ok</li>
|
||||
</ol>
|
1
tests/commonmark/228-List_items.md
Normal file
1
tests/commonmark/228-List_items.md
Normal file
@ -0,0 +1 @@
|
||||
0. ok
|
11
tests/commonmark/260-List_items.html
Normal file
11
tests/commonmark/260-List_items.html
Normal file
@ -0,0 +1,11 @@
|
||||
<ol>
|
||||
<li>
|
||||
<ul>
|
||||
<li>
|
||||
<ol start="2">
|
||||
<li>foo</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
1
tests/commonmark/260-List_items.md
Normal file
1
tests/commonmark/260-List_items.md
Normal file
@ -0,0 +1 @@
|
||||
1. - 2. foo
|
Loading…
Reference in New Issue
Block a user