summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
Commit message (Expand)AuthorAge
* 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
* Add a general ByteStringReader with warnings.Jesse Rosenthal2016-03-12
* Add TEI Writer.csforste2016-01-19
* hlint fixes.John MacFarlane2015-11-22
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * ICML writer: changed type of `writeICML`.John MacFarlane2015-08-05
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Re-export pandocVersions from Text.Pandoc.John MacFarlane2015-10-10
* | Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong2015-10-01
* | Org reader: add auto identifiers if not present on headersJuliusz Gonera2015-08-15
* | Text.Pandoc: disable auto_identifiers for epub.John MacFarlane2015-08-08
|/
* Added odt readerMarLinn2015-07-23
* Plain writer: don't use symbols for super/subscript.John MacFarlane2015-06-27
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26