mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00: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