This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
Nested comments are rendered #61
Open
Description
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