mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
068fce4293
Closes #9002.
303 B
303 B
% pandoc command/9002.docx -t html
^D
<table>
<caption><p>This is my table!</p></caption>
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<thead>
<tr class="header">
<th>a</th>
<th>b</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p>See Table 1 This is my table!</p>