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.
Summary
colspanattribute ignored in conversion, causing problems.Description
In HTML, the
colspanattribute 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.