send-mail/node_modules/showdown/test/features/tables/gh-style-tables.html

22 lines
433 B
HTML
Raw Normal View History

<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
<th>Third Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Cell</td>
<td>Content Cell</td>
<td>C</td>
</tr>
<tr>
<td>Content Cell</td>
<td>Content Cell</td>
<td>C</td>
</tr>
</tbody>
</table>