pandoc/src
fiddlosopher d5adbcb774 Fixed bug in parsing files that begin with blank lines.
+ In Text.Pandoc.Shared: rewrote lineClump to parse EITHER a string
  of blank lines OR a string of nonblanks.  Removed code for parsing
  eof.
+ In Markdown and RST readers, use 'manyTill (... <|> lineClump) eof'
  instead of many, since lineClump no longer parses eof. 


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1057 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-10-29 21:00:48 +00:00
..
headers Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
templates Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
Text Fixed bug in parsing files that begin with blank lines. 2007-10-29 21:00:48 +00:00
ui/default + Added --strip-trailing-cr option to diff in runtests.pl, so that 2006-12-24 22:58:29 +00:00
wrappers Modified html2markdown. Previously html2markdown piped all input 2007-10-02 02:08:52 +00:00
ASCIIMathML.js Changed default ASCIIMathML text color to black. 2006-12-24 16:45:17 +00:00
Main.hs Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc. 2007-10-15 21:21:52 +00:00