The following html is being converted wrong. Original HTML: `<table><caption><colgroup></colgroup></table>` Expected HTML: `<table><caption></caption><colgroup></colgroup></table>` Resulting HTML: `<table><caption><colgroup></colgroup></caption></table>`