-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
The following HTML:
<table style="margin:auto; border:1px solid red; border-collapse:collapse;">
<tbody>
<tr style="border:1px solid black;">
<td style="border:1px solid pink;">Foo</td>
<td>Bar</td>
<td>Quux</td>
</tr>
<tr style="">
<td>Foo</td>
<td>Bar</td>
<td>Quux</td>
</tr>
</tbody>
</table>
In Koreader, the result is something like this:

The expected output is more like this (Firefox):

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels