EvitanRelta/htmlarkdown

HTML comment tags not being escaped

EvitanRelta opened this issue · 0 comments

Currently, this HTML:

<p>
  &lt;!--COMMENT--&gt;
</p>

is converted to:

<!--COMMENT-->

where the < isn't escaped when it should be.