showdown/test/features/tables/#471.ol-is-not-rendered-correctly-inside-table.html

14 lines
323 B
HTML
Raw Normal View History

<table>
<thead>
<tr>
<th style="text-align:right;">h1</th>
<th style="text-align:left;">h2</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:right;">asdf</td>
<td style="text-align:left;">one <code>two &lt;ol&gt; three</code></td>
</tr>
</tbody>
</table>