mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-16 14:27:16 +00:00
fabfaabd81
Closes #10390.
279 B
279 B
% pandoc -f mediawiki
{| class="wikitable"
|+ Overview of basic table markup
! Key
|-
| Value
|}
^D
<table>
<caption>Overview of basic table markup</caption>
<thead>
<tr>
<th><p>Key</p></th>
</tr>
</thead>
<tbody>
<tr>
<td><p>Value</p></td>
</tr>
</tbody>
</table>