showdown/test/functional/makemarkdown/cases/standard/table-no-header.html

19 lines
228 B
HTML
Raw Normal View History

<table>
<thead>
<tr>
<td></td>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td>foo</td>
<td>bar</td>
</tr>
<tr>
<td>barista</td>
<td>yes</td>
</tr>
</tbody>
</table>