demydd / pandoc

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

--sanitize-html is over-aggressive #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

% pandoc --sanitize-html
[hi](http://a/b)    

What is the expected output?

<p><a href="http://a/b">hi</a></p>

What do you see instead?

<p
>[hi](http://a/b)</p
>

Note: the problem does not occur in pandoc 0.46.

Original issue reported on code.google.com by fiddloso...@gmail.com on 6 Oct 2008 at 2:20

GoogleCodeExporter commented 8 years ago
Resolved in r1462.

Original comment by fiddloso...@gmail.com on 16 Oct 2008 at 1:01