mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
tests(issue_142): add tests for issue #142
This commit is contained in:
parent
dcbdc61e9d
commit
6cbc585fc0
|
@ -0,0 +1,8 @@
|
|||
<ul>
|
||||
<li>Item 1</li>
|
||||
<li>Item 2</li>
|
||||
</ul>
|
||||
<ol>
|
||||
<li>Item 1</li>
|
||||
<li>Item 2</li>
|
||||
</ol>
|
|
@ -0,0 +1,5 @@
|
|||
* Item 1
|
||||
* Item 2
|
||||
|
||||
1. Item 1
|
||||
2. Item 2
|
Loading…
Reference in New Issue
Block a user