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

9 lines
119 B
HTML

<table>
<thead>
<tr>
<th>foo</th>
<th>bar</th>
</tr>
</thead>
</table>