mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
bcfb77e2ab
after tables and list, for example.
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
--- ---