summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
AgeCommit message (Expand)Author
2012-01-24Doc fixes in Text.Pandoc.John MacFarlane
2012-01-24Text.Pandoc: Added ToFilter instance for a -> [a] types.John MacFarlane
2012-01-24Added ToJsonFilter class, deprecated old jsonFilter function.John MacFarlane
2012-01-21Removed `beamer` output format; added `--beamer` option.John MacFarlane
2012-01-19Added Docx writer.John MacFarlane
2011-12-29Made `html5` and `html5+lhs` output formats.John MacFarlane
2011-12-29Added 'beamer' as an output format.John MacFarlane
2011-11-18Renamed to AsciiDoc. Fixed display math and escapes.John MacFarlane
2011-11-16Added an asciidoc writer (partial).John MacFarlane
2011-10-01Added dzslides output option.John MacFarlane
2011-01-28RTF writer: Embed images when possible.John MacFarlane
2011-01-22Text.Pandoc: Added jsonFilter for easy construction of scripts.John MacFarlane
2011-01-20Export readNative in Text.Pandoc.Shared.John MacFarlane
2011-01-19Added Text.Pandoc.Readers.Native (readNative).John MacFarlane
2011-01-14Fixed the parser for rst+lhs - set stateLiterateHaskell.John MacFarlane
2011-01-11Text.Pandoc: Improved readers, writers lists for lhs variants.John MacFarlane
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane
2010-12-13Added support to write natbib or biblatex citations in latex output.Nathan Gass
2010-12-11Added JSON reader and writer.John MacFarlane
2010-12-10Moved 'readers' and 'writers' to Text.Pandoc.John MacFarlane
2010-12-04Added Org-mode writerPuneeth Chaganti
2010-12-03Basic Textile Readerpaul.rivier
2010-11-27Merge branch 'textile'John MacFarlane
2010-07-22Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.John MacFarlane
2010-07-22Moved s5 writing from S5 module to HTML.John MacFarlane
2010-07-22Export HTMLSlideVariant in Text.Pandoc.John MacFarlane
2010-07-05Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane
2010-07-05Added an EPUB writer.John MacFarlane
2010-07-05Made a proper ODT writer.John MacFarlane
2010-05-17Added Textile writer module.John MacFarlane
2010-03-23Updated copyright notices.John MacFarlane
2010-03-18Added plain writer.fiddlosopher
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher
2009-12-31Renamed headers -> templates.fiddlosopher
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher
2009-05-03Export HTMLMathMethod in Text.Pandoc.fiddlosopher
2009-04-18Use Paths_pandoc to get version number.fiddlosopher
2009-02-14Version bump to 1.2.fiddlosopher
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher
2007-11-29Moved everything from src into the top-level directory.fiddlosopher
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher
2007-10-15Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.fiddlosopher
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher
2007-07-13Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher
2007-07-12Cleaned up Text.Pandoc. Added lots of documentation,fiddlosopher
2007-07-12Pandoc.hs:fiddlosopher