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