commit vendor
This commit is contained in:
21
vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Mixed OLs and ULs.xhtml
vendored
Normal file
21
vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Mixed OLs and ULs.xhtml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<ul>
|
||||
<li>test</li>
|
||||
<li>test</li>
|
||||
<li>test</li>
|
||||
</ul>
|
||||
|
||||
<ol>
|
||||
<li>test</li>
|
||||
<li>test</li>
|
||||
</ol>
|
||||
|
||||
<ul>
|
||||
<li>test</li>
|
||||
<li>test</li>
|
||||
<li>test</li>
|
||||
</ul>
|
||||
|
||||
<ol>
|
||||
<li>test</li>
|
||||
<li>test</li>
|
||||
</ol>
|
||||
Reference in New Issue
Block a user