Skip to content

Colgroup tag is not closed properly #584

@pauloortins

Description

@pauloortins

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>

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions