pandoc/test/command/3487.md
John MacFarlane bcfb77e2ab Markdown writer: Avoid spurious blanklines at end of document...
after tables and list, for example.
2017-03-08 12:47:39 +01:00

101 B

% pandoc -f html -t markdown
Some text
<ul>
<li>element</li>
</ul>
^D
Some text

-   element