Skip to content

<table> nested within another <table> does not render #147

@jessewilliams1

Description

@jessewilliams1

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>
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions