Skip to content

Problem with new grid table #10848

@kysko

Description

@kysko

Consider:

<table>
<tr>
<td colspan="2">A</td>
</tr>
<tr>
<td>B</td>
<td>C</td>
</tr>
</table>

Result after markdown conversion:

+---+
| A |
+---+
| B | C |
+---+---+

Expected:

+-------+
| A     |
+---+---+
| B | C |
+---+---+

I suggest using the planets.html as a general test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions