demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

</body> and </html> are entity-escaped #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. echo "<html><body>Foo bar.</body></html>" | pandoc --no-wrap

What is the expected output? What do you see instead?

Pandoc escapes the closing html and body tags, resulting in:

<html><body><p>Foo bar.&lt;/body&gt;&lt;/html&gt;</p>

What I hoped to see was:

<html><body><p>Foo bar.</p></body></html>

What version of the product are you using? On what operating system?

Pandoc 0.45, the Windows binary package on Windows XP.

Original issue reported on code.google.com by Deewi...@gmail.com on 22 Dec 2007 at 6:59

GoogleCodeExporter commented 8 years ago
Fixed in r1152.
Thanks for the bug report!

Original comment by fiddloso...@gmail.com on 23 Dec 2007 at 3:49