diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-29 21:00:48 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-29 21:00:48 +0000 |
commit | d5adbcb7746331d57c914d507286d50f86db0365 (patch) | |
tree | bf5d5cc987b33033a02cf1217b19c2222b243d59 /src/Text/Pandoc.hs | |
parent | 63dfc3abf274bc4fb85b43c1e1a74e9baf18bc77 (diff) | |
download | pandoc-d5adbcb7746331d57c914d507286d50f86db0365.tar.gz |
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
Diffstat (limited to 'src/Text/Pandoc.hs')
0 files changed, 0 insertions, 0 deletions