Awkee / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

The HTML reader is confused by tags with namespaces, such as o:p #274

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. echo "<o:p>foo</o:p>" | html2markdown
2. Observe that the result is "o:p\>foo\no:p\>"
3. Wish for the result to be "foo" and some tidy-style warnings about 
unrecognized tags.

Original issue reported on code.google.com by b...@evenmere.org on 15 Dec 2010 at 7:46

GoogleCodeExporter commented 9 years ago
Fixed 63cf37a9ca0cd9ffbc0a7a7091c5420f68a09dfe

Original comment by fiddloso...@gmail.com on 15 Dec 2010 at 10:16