mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-12 04:17:16 +00:00
0fdac4984b
Closes #9090.
202 B
202 B
% pandoc -f html -t gfm
<table>
<tr>
<th>invalid head cell</td>
</tr>
<tr>
<td>body cell</td>
</tr>
</table>
^D
| invalid head cell |
|-------------------|
| body cell |