-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
When I have HTML structure that includes a <table> nested within a <td> of another <table>, it does not render. Other content renders fine.
In the following example, the outerTable, with blue background is rendered with the <h3> but the innerTable with the red background is not rendered on the output file. Other content within the cell renders fine.
<h2>Outer</h2>
<table id="outerTable" style="width:100%;">
<tr>
<td style="background-color: #0000ff;">
<h3>Inner</h3>
<table id="innerTable" style="width:100%">
<tr>
<td style="background-color: #ff0000;">Cell Value</td>
</tr>
</table>
</td>
</tr>
</table>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels