pandoc/src/Text/Pandoc
fiddlosopher e407279b35 anyLine now requires that the line end with a newline (not eof).
This is a harmless assumption, since we always add
newlines to the end of a block before parsing with anyLine.
Yields a 10% speed boost!


git-svn-id: https://pandoc.googlecode.com/svn/trunk@944 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-28 21:17:08 +00:00
..
Readers Removed redundant 'referenceLink' in definition of inline 2007-08-28 07:31:18 +00:00
Writers Fixed bug in LaTeX writer. When a footnote ends with a Verbatim 2007-08-25 18:17:01 +00:00
Blocks.hs Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
CharacterReferences.hs Refactored Text.Pandoc.CharacterReferences. 2007-08-28 02:30:38 +00:00
Definition.hs Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
Shared.hs anyLine now requires that the line end with a newline (not eof). 2007-08-28 21:17:08 +00:00
UTF8.hs Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8, 2007-07-13 06:34:33 +00:00