pandoc/src/Text/Pandoc
John MacFarlane 3548bf6d9c Moved Pandoc prettyprinting code from Shared to new Native writer.
+ Text.Pandoc.Writers.Native
+ The function prettyPandoc is now gone.  Use writeNative instead.
2010-07-05 00:06:27 -07:00
..
Readers Moved parsing functions from Text.Pandoc.Shared to new module. 2010-07-05 00:06:27 -07:00
Writers Moved Pandoc prettyprinting code from Shared to new Native writer. 2010-07-05 00:06:27 -07:00
Biblio.hs Minor changes in Text.Pandoc.Biblio. 2009-02-28 07:39:45 +00:00
Blocks.hs Moved all haskell source to src subdirectory. 2009-01-24 20:00:26 +00:00
CharacterReferences.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00
Definition.hs Made KeyTable a map instead of an association list. 2010-05-08 10:29:40 -07:00
Highlighting.hs Removed redundant imports (found by ghc 6.12). 2009-12-31 16:48:36 +00:00
Parsing.hs Moved parsing functions from Text.Pandoc.Shared to new module. 2010-07-05 00:06:27 -07:00
Shared.hs Moved Pandoc prettyprinting code from Shared to new Native writer. 2010-07-05 00:06:27 -07:00
Templates.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00
UTF8.hs UTF8: Modified readFile and getContents to strip BOM if present. 2010-05-06 23:04:44 -07:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00