aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
AgeCommit message (Expand)Author
2020-04-17Fooling around with a new setup for Text.Pandoc.Data.initialize-data-filesJohn MacFarlane
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-08-08Remove blank line (#5679)Leif Metcalf
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-10-29Export all of Text.Pandoc.Class from Text.Pandoc.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-20Updated code example.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-26API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel
2017-04-26API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel
2017-04-26API change: move extension handling to Text.Pandoc.ExtensionsAlbert Krewinkel
2017-03-30Added JATS writer.John MacFarlane
2017-03-23Initial addition of groff ms writer.John MacFarlane
2017-03-10Add Muse writer (#3489)Alexander Krotov
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane
2017-02-04Expose setVerbosity in Text.PandocJohn MacFarlane
2017-01-30Make epub an alias for epub3, not epub2.John MacFarlane
2017-01-28Removed some old commented-out code.John MacFarlane
2017-01-28LaTeX writer: export writeBeamer.John MacFarlane
2017-01-27HTML: export separate functions for slide formats.John MacFarlane
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane
2017-01-26EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane
2017-01-25Text.Pandoc: limit exports from Text.Pandoc.Class.John MacFarlane
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane
2017-01-25Finished previous commit; removed export of toJsonFilter.John MacFarlane
2017-01-25Removed deprecated toJsonFilter.John MacFarlane
2017-01-25Error: change type of handleError.John MacFarlane
2017-01-25Removed readRSTWithWarnings (now useless).John MacFarlane
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane
2017-01-25Unify Errors.Jesse Rosenthal
2017-01-25Add Text2Tags to Text.PandocJesse Rosenthal
2017-01-25Working on readers.Jesse Rosenthal
2017-01-25Changed readNative to use PandocMonad.John MacFarlane
2017-01-25Text.Pandoc: Change Reader to Reader m.John MacFarlane
2017-01-25Removed some commented-out source.John MacFarlane
2017-01-25Deleted whitespace at end of source lines.John MacFarlane
2017-01-25Export Text.Pandoc.Class from Text.Pandoc.John MacFarlane
2017-01-25Clean up Text.PandocJesse Rosenthal
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal
2017-01-25Pandoc.hs: Run `runIOorExplode` on IO functions.Jesse Rosenthal
2016-11-18Export Text.Pandoc.getDefaultExtensions.John MacFarlane
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane