summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
Commit message (Expand)AuthorAge
* Export all of Text.Pandoc.Class from Text.Pandoc.John MacFarlane2017-10-29
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Updated code example.John MacFarlane2017-06-20
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel2017-04-26
* API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel2017-04-26
* API change: move extension handling to Text.Pandoc.ExtensionsAlbert Krewinkel2017-04-26
* Added JATS writer.John MacFarlane2017-03-30
* Initial addition of groff ms writer.John MacFarlane2017-03-23
* Add Muse writer (#3489)Alexander Krotov2017-03-10
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* Expose setVerbosity in Text.PandocJohn MacFarlane2017-02-04
* Make epub an alias for epub3, not epub2.John MacFarlane2017-01-30
* Removed some old commented-out code.John MacFarlane2017-01-28
* LaTeX writer: export writeBeamer.John MacFarlane2017-01-28
* HTML: export separate functions for slide formats.John MacFarlane2017-01-27
* Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane2017-01-26
* EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane2017-01-26
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane2017-01-25
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Make Extensions a custom type instead of a Set Extension.John MacFarlane2017-01-25
* Text.Pandoc: limit exports from Text.Pandoc.Class.John MacFarlane2017-01-25
* Added ReaderOptions parameter to readNative.John MacFarlane2017-01-25
* Finished previous commit; removed export of toJsonFilter.John MacFarlane2017-01-25
* Removed deprecated toJsonFilter.John MacFarlane2017-01-25
* Error: change type of handleError.John MacFarlane2017-01-25
* Removed readRSTWithWarnings (now useless).John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Add Text2Tags to Text.PandocJesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Changed readNative to use PandocMonad.John MacFarlane2017-01-25
* Text.Pandoc: Change Reader to Reader m.John MacFarlane2017-01-25
* Removed some commented-out source.John MacFarlane2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Export Text.Pandoc.Class from Text.Pandoc.John MacFarlane2017-01-25
* Clean up Text.PandocJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Pandoc.hs: Run `runIOorExplode` on IO functions.Jesse Rosenthal2017-01-25
* Export Text.Pandoc.getDefaultExtensions.John MacFarlane2016-11-18
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* fix example in documentation (#3176)Thomas Weißschuh2016-10-23
* Added Zim Wiki writer, template and tests.Alex Ivkin2016-06-30
* Process markdown extensions on command line in L->R order.John MacFarlane2016-06-23
* Write out Docbook 5 namespaceIvo Clarysse2016-04-29
* Add docbook5 writer supportIvo Clarysse2016-04-29
* Updated copyright dates to include 2016.John MacFarlane2016-03-22