pandoc/src/Text/Pandoc
fiddlosopher f609755cb6 Fixed bug in LaTeX writer. When a footnote ends with a Verbatim
environment, the close } of the footnote needs to occur on the same
line or an error occurs.  Fixed by adding a newline before the close }
in every footnote.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@897 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-25 18:17:01 +00:00
..
Readers Added new rule for enhanced markdown ordered lists: if the list marker 2007-08-23 04:25:09 +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 Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
Definition.hs Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
Shared.hs Fixed bug in normalizeSpaces: Space:Str "":Space 2007-08-15 17:29:20 +00:00
UTF8.hs Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8, 2007-07-13 06:34:33 +00:00