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