Awkee / pandoc

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

If the <html> open tag is not on the first line the title is not parsed #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Correct:

$ pandoc -s --from html --to markdown  << EOF
> <html><head><title>title</title></head></html>
> EOF
% title
% 
% 

Incorrect:

$ pandoc -s --from html --to markdown  << EOF
> 
> <html><head><title>title</title></head></html>
> EOF
title

Original issue reported on code.google.com by cas...@gmail.com on 8 Feb 2010 at 4:11

GoogleCodeExporter commented 9 years ago
Bug confirmed.  Should be an easy fix.

Original comment by fiddloso...@gmail.com on 8 Feb 2010 at 5:26

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1837.

Original comment by fiddloso...@gmail.com on 12 Feb 2010 at 2:52