Skip to content

Improve colspan handling in HTML table conversion #27

@coderabbitai

Description

@coderabbitai

Description

Consider normalizing column counts in colspan scenarios (e.g., duplicating cells for colspan spans) or adding a test to document the current uneven-row behavior.

Context

HTML tables with colspan attributes may result in uneven rows in the converted Markdown, which could be improved or at least documented through tests.

Acceptance Criteria

  • Analyze current behavior with colspan attributes
  • Either implement column count normalization OR add comprehensive tests documenting current behavior
  • If implementing normalization: duplicate cells for colspan spans to maintain consistent column counts
  • If documenting: add tests that clearly show expected behavior for various colspan scenarios

References

Metadata

Metadata

Assignees

Labels

mediumCould be disruptive, but might not happen

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions