mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
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 |