Skip to content

Caption tag is not closed properly #583

@pauloortins

Description

@pauloortins

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>

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