send-mail/node_modules/showdown/test/features/tables/without-body.html

11 lines
163 B
HTML
Raw Normal View History

<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
</tr>
</thead>
<tbody>
</tbody>
</table>