chat-client/node_modules/showdown/test/features/tables/#256.table-header-separator...

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>