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.