mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
799abea767
Code blocks containing comments are now converted correctly when nested in list items. Closes #288
347 B
347 B
-
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>