showdown/test/features/tables/#256.table-header-separators-should-not-require-3-dashes.html
2016-05-17 21:27:40 +01:00

15 lines
199 B
HTML

<table>
<thead>
<tr>
<th>key</th>
<th>value</th>
</tr>
</thead>
<tbody>
<tr>
<td>My Key</td>
<td>My Value</td>
</tr>
</tbody>
</table>