mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Merge pull request #197 from twitwi/test-for-issue-196
chore: add test for issue #196
This commit is contained in:
commit
7aeed3c8ae
19
test/issues/#196.entity_in_code_block_in_nested_list.html
Normal file
19
test/issues/#196.entity_in_code_block_in_nested_list.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<ul>
|
||||
<li>&></li>
|
||||
|
||||
<li><code>&></code>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>&></li>
|
||||
|
||||
<li><code>&></code>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>&></li>
|
||||
|
||||
<li><code>&></code></li></ul>
|
||||
</li></ul>
|
||||
</li>
|
||||
</ul>
|
6
test/issues/#196.entity_in_code_block_in_nested_list.md
Normal file
6
test/issues/#196.entity_in_code_block_in_nested_list.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
- &>
|
||||
- `&>`
|
||||
- &>
|
||||
- `&>`
|
||||
- &>
|
||||
- `&>`
|
Loading…
Reference in New Issue
Block a user