mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
bcfb77e2ab
after tables and list, for example.
101 B
101 B
% pandoc -f html -t markdown
Some text
<ul>
<li>element</li>
</ul>
^D
Some text
- element