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

11 lines
163 B
HTML
Raw Normal View History

2020-11-30 12:51:34 -05:00
<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
</tr>
</thead>
<tbody>
</tbody>
</table>