showdown/test/features/tables/#443.2.table-followed-by-list-does-not-parse-correctly.html

22 lines
296 B
HTML

<table>
<thead>
<tr>
<th>Tables</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>col 3 is</strong></td>
</tr>
<tr>
<td>col 2 is</td>
</tr>
<tr>
<td>zebra stripes</td>
</tr>
</tbody>
</table>
<ol>
<li>test</li>
</ol>