mark/pkg/mark/testdata/table.html
2021-09-09 13:12:58 +03:00

16 lines
136 B
HTML

<table>
<thead>
<tr>
<th>HEADER1</th>
<th>HEADER2</th>
</tr>
</thead>
<tbody>
<tr>
<td>row1</td>
<td>row2</td>
</tr>
</tbody>
</table>