mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
22 lines
347 B
Markdown
22 lines
347 B
Markdown
|
* list item 1
|
||
|
|
||
|
```
|
||
|
<parent>
|
||
|
<child>child1</child>
|
||
|
<!-- This is a comment -->
|
||
|
<child>child2</child>
|
||
|
<child>some text <!-- a comment --></child>
|
||
|
</parent>
|
||
|
```
|
||
|
|
||
|
* list item 2
|
||
|
|
||
|
```
|
||
|
<parent>
|
||
|
<child>child1</child>
|
||
|
<!-- This is a comment -->
|
||
|
<child>child2</child>
|
||
|
<child>some text <!-- a comment --></child>
|
||
|
</parent>
|
||
|
```
|