matthewwithanm/python-markdownify

Table merge cell horizontally

xydxydxyd1 opened this issue · 0 comments

Summary

colspan attribute ignored in conversion, causing problems.

Description

In HTML, the colspan attribute of <td> and <th> extends the cell to span multiple columns.

Currently, all cells are handled the same, causing inconsistent numbers of columns on each row of the table.