Skip to content

Commented code is rendered as xml element with expand and collapse #39

Description

@merajcal

If any element has html comments (e.g. ) along with some element which is also inside commented code, is rendered as element.
Example

Note: below mention commented line, renders 3 separate words (i.d class="word").

  1. first line
  2. student element
  3. closing comment (i.e.-->)
    Now commented student rendered as element not commented line.
    <school>
    <!-- commented text. This student is not valid
    <student id="1" name="S1"></student>
    -->
    <student id="2" name="S2"></student>
    <student id="3" name="S3"></student>
    </school>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions