Input:
<html><head></head><body>
<p>
<table>
<tr><td>
TEXT<ol><li><pre>pre</pre></li></ol>
</td></tr>
</table>
</p>
</body></html>
Command:
pandoc -f html -t rst tmp.htm
Output:
+--------------------------------------------------------------------------+
| TEXT |
| |
| #. :: |
| |
| pre |
| |
+--------------------------------------------------------------------------+
There's an extraneous blank line in the table.
Tested with latest from git.
Input:
Command:
Output:
There's an extraneous blank line in the table.
Tested with latest from git.