aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Export readNative in Text.Pandoc.Shared.John MacFarlane1-0/+1
2011-01-19Added Text.Pandoc.Readers.Native (readNative).John MacFarlane1-1/+2
2011-01-14Fixed the parser for rst+lhs - set stateLiterateHaskell.John MacFarlane1-1/+2
2011-01-11Text.Pandoc: Improved readers, writers lists for lhs variants.John MacFarlane1-6/+12
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-0/+3
2010-12-13Added support to write natbib or biblatex citations in latex output.Nathan Gass1-0/+1
2010-12-11Added JSON reader and writer.John MacFarlane1-0/+3
2010-12-10Moved 'readers' and 'writers' to Text.Pandoc.John MacFarlane1-0/+42
2010-12-04Added Org-mode writerPuneeth Chaganti1-0/+2
2010-12-03Basic Textile Readerpaul.rivier1-0/+2
2010-11-27Merge branch 'textile'John MacFarlane1-0/+2
2010-07-22Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.John MacFarlane1-1/+0
2010-07-22Moved s5 writing from S5 module to HTML.John MacFarlane1-2/+0
2010-07-22Export HTMLSlideVariant in Text.Pandoc.John MacFarlane1-0/+1
2010-07-05Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane1-1/+2
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane1-0/+1
2010-07-05Added an EPUB writer.John MacFarlane1-0/+2
2010-07-05Made a proper ODT writer.John MacFarlane1-0/+2
2010-05-17Added Textile writer module.John MacFarlane1-0/+2
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-18Added plain writer.fiddlosopher1-0/+1
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher1-2/+4
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher1-3/+3
2009-12-31Renamed headers -> templates.fiddlosopher1-2/+2
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher1-0/+4
2009-05-03Export HTMLMathMethod in Text.Pandoc.fiddlosopher1-0/+1
2009-04-18Use Paths_pandoc to get version number.fiddlosopher1-1/+3
2009-02-14Version bump to 1.2.fiddlosopher1-1/+1
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+114
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-110/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+110
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-110/+0
2007-10-15Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.fiddlosopher1-0/+5
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-2/+2
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher1-0/+2
2007-07-13Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher1-2/+2
2007-07-12Cleaned up Text.Pandoc. Added lots of documentation,fiddlosopher1-5/+30
2007-07-12Pandoc.hs:fiddlosopher1-21/+14
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-07-06Pandoc.hs: Export all definitions in Text.Pandoc.Definition,fiddlosopher1-1/+7
2007-04-11Added Text.Pandoc module that exports basic readers, writers,fiddlosopher1-0/+79