marked/test/specs/new/table_vs_setext.html
<h2>| setext |</h2>
<p>| setext |</p>
<h2>setext</h2>
<p>setext</p>
<table>
<thead>
<tr>
<th align="left">table</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">table</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th align="left">table</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">table</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>table</th>
</tr>
</thead>
<tbody>
<tr>
<td>table</td>
</tr>
</tbody>
</table>