```
% pandoc command/9603.docx -t html -f docx+styles
^D
<p>A table with a contemporary style:</p>
<table data-custom-style="TableContemporary">
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<thead>
<tr>
<th>Test</th>
<th>Column</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>2</td>
</tr>
</tbody>
</table>
```