showdown/test/issues/#288.code-blocks-containing-xml-comments-are-not-converted-correctly-when-nested-in-list-items.md
Estevao Soares dos Santos 799abea767 fix(parser): fix issue with comments inside nested code blocks
Code blocks containing comments are now converted correctly when nested in list items.

Closes #288
2016-08-30 06:07:57 +01:00

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>