mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-20 16:21:52 +00:00
143 B
143 B
% pandoc -f html -t markdown
<table>
<tr><td>a</td></tr>
<tr><td>1</td><td>2</td></tr>
</table>
^D
--- ---
a
1 2
--- ---