blob: ae7852b1f5b680fbe9ae2ebcab59a1963f704d59 [file] [log] [blame]
<table class="examples">
<tr>
<td>Usage</td>
<td>
Output
</td>
</tr>
<tr>
<td>Some *data*</td>
<td>
Some more
</td>
</tr>
</table>
<table class="examples">
<thead>
<tr>
<th>Usage</th>
<th>
Output
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Some *data*</td>
<td>
Some more
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>foot</td>
<td>
locker
</td>
</tr>
</tfoot>
</table>
<table class="examples">
<tr>
<td style="text-align: left">Usage</td>
<td style="width: 10em">
Output
</td>
</tr>
<tr>
<td style="text-align: left">Some *data*</td>
<td>
Some more
</td>
</tr>
</table>
<table class="examples">
<tr>
<th>Usage</th>
<th>
Output
</th>
</tr>
<tr>
<td>Some *data*</td>
<td>
Some more
</td>
</tr>
</table>