Files
2023-08-18 17:50:59 -07:00

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>