Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Nested comments are rendered #61

Open
Kangaroux opened this issue Mar 7, 2017 · 0 comments
Open

Nested comments are rendered #61

Kangaroux opened this issue Mar 7, 2017 · 0 comments
Labels

Comments

@Kangaroux
Copy link

Kangaroux commented Mar 7, 2017

If you have a comment where a child is also a comment, like:

/ %input
  / text

Then it's rendered as:

<!-- 
<!-- text -->
-->

The first closing tag for the comment closes both comments, and you end up with --> being rendered onto the page.

Expected result: Nested comment tags are not rendered

@Kangaroux Kangaroux changed the title Comments don't ignore their children properly Nested comments are rendered Mar 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants