summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
AgeCommit message (Expand)Author
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
2016-10-23fix example in documentation (#3176)Thomas Weißschuh
2016-06-30Added Zim Wiki writer, template and tests.Alex Ivkin
2016-06-23Process markdown extensions on command line in L->R order.John MacFarlane
2016-04-29Write out Docbook 5 namespaceIvo Clarysse
2016-04-29Add docbook5 writer supportIvo Clarysse
2016-03-22Updated copyright dates to include 2016.John MacFarlane
2016-03-12Add a general ByteStringReader with warnings.Jesse Rosenthal
2016-01-19Add TEI Writer.csforste
2015-11-22hlint fixes.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-10Re-export pandocVersions from Text.Pandoc.John MacFarlane
2015-10-01Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong
2015-08-15Org reader: add auto identifiers if not present on headersJuliusz Gonera
2015-08-08Text.Pandoc: disable auto_identifiers for epub.John MacFarlane
2015-08-05ICML writer: changed type of `writeICML`.John MacFarlane
2015-07-23Added odt readerMarLinn
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-03-29Added CommonMark writer.John MacFarlane
2015-03-28Updated code example in Text.Pandoc.John MacFarlane
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane
2015-03-17Added CommonMark reader using cmark (libcmark bindings).John MacFarlane
2015-02-18Move utility error functions to Text.Pandoc.SharedMatthew Pickering
2015-02-18Update Pandoc.hsMatthew Pickering
2014-12-12expose warnings from RST reader; refactorDaniel Bergey
2014-10-30TWiki Reader: add new new twiki readerAlexander Sulfrian
2014-08-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane
2014-08-08Added `native_divs` and `native_spans` extensions.John MacFarlane
2014-07-31EPUB Reader: Integrated into programMatthew Pickering
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane
2014-07-30Moved MediaBag back from Shared to Options, to avoid module cycle.John MacFarlane
2014-07-30Moved MediaBag from Shared to Options.John MacFarlane
2014-07-30Pandoc.hs: change BSReader to output MediaBag as well as pandoc.Jesse Rosenthal
2014-07-27Txt2Tags Reader: Added recognition of macrosMatthew Pickering
2014-07-27Txt2Tags Reader: Integrated into pandocMatthew Pickering
2014-07-12Removed space at ends of lines in source.John MacFarlane
2014-06-29Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae
2014-06-18Finished first draft of Haddock writer.John MacFarlane
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane
2014-06-16Integrated the docx reader into the main pandoc program.mpickering
2014-05-14Org reader: support Pandocs citation extensionAlbert Krewinkel
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-04-27Fix #1267.John MacFarlane