thanks for the library! truly appreciate it! the parser currently incorrectly finds tags inside of `` elements, so for example: ```html <script> // a comment <p>foo</p> ``` will produce a `` html tag _inside_ the script tag.
thanks for the library! truly appreciate it!
the parser currently incorrectly finds tags inside of
<script>elements, so for example:will produce a
<p>html tag inside the script tag.