aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane1-1/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-03-29Added CommonMark writer.John MacFarlane1-0/+3
2015-03-28Updated code example in Text.Pandoc.John MacFarlane1-2/+4
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-11/+15
2015-03-17Added CommonMark reader using cmark (libcmark bindings).John MacFarlane1-0/+3
2015-02-18Move utility error functions to Text.Pandoc.SharedMatthew Pickering1-1/+1
2015-02-18Update Pandoc.hsMatthew Pickering1-10/+14
2014-12-12expose warnings from RST reader; refactorDaniel Bergey1-13/+12
2014-10-30TWiki Reader: add new new twiki readerAlexander Sulfrian1-0/+3
2014-08-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane1-2/+1
2014-08-08Added `native_divs` and `native_spans` extensions.John MacFarlane1-1/+11
2014-07-31EPUB Reader: Integrated into programMatthew Pickering1-0/+3
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-1/+2
2014-07-30Moved MediaBag back from Shared to Options, to avoid module cycle.John MacFarlane1-1/+1
2014-07-30Moved MediaBag from Shared to Options.John MacFarlane1-1/+1
2014-07-30Pandoc.hs: change BSReader to output MediaBag as well as pandoc.Jesse Rosenthal1-3/+3
2014-07-27Txt2Tags Reader: Added recognition of macrosMatthew Pickering1-1/+2
2014-07-27Txt2Tags Reader: Integrated into pandocMatthew Pickering1-0/+4
2014-07-12Removed space at ends of lines in source.John MacFarlane1-1/+1
2014-06-29Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae1-106/+86
2014-06-18Finished first draft of Haddock writer.John MacFarlane1-0/+3
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane1-3/+3
2014-06-16Integrated the docx reader into the main pandoc program.mpickering1-20/+36
2014-05-14Org reader: support Pandocs citation extensionAlbert Krewinkel1-1/+1
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-04-27Fix #1267.John MacFarlane1-19/+16
2014-03-04Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane1-0/+3
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel1-0/+3
2014-02-28InDesign ICML Writermb211-0/+3
2013-12-06Text.Pandoc: Don't default to pandocExtensions for all writers.John MacFarlane1-1/+4
2013-08-08Pass writename as argument to filters.John MacFarlane1-4/+1
2013-08-03Text.Pandoc: Don't reexport ToJSONFilter.John MacFarlane1-2/+2
2013-08-03Text.Pandoc.JSON: Use To/FromJSON instances from pandoc-types.John MacFarlane1-62/+12
2013-07-23Text.Pandoc: Added readJSON, writeJSON to the API.John MacFarlane1-9/+17
2013-07-14Initial work to create dokuwiki writer (#386)Clare Macrae1-0/+3
2013-06-24Use new flexible metadata type.John MacFarlane1-16/+16
2013-06-24Use aeson for json.John MacFarlane1-13/+24
2013-05-09Removed obsolete comment.John MacFarlane1-3/+0
2013-04-14Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane1-2/+7
2013-03-28Add reader for Haddock markup based on Haddock's own lexer/parser.David Lazar1-0/+3
2013-03-23Reveal.js improvements.John MacFarlane1-1/+1
2013-03-21Added basic support for reveal.js.Jamie F. Olson1-0/+3
2013-03-19Added Text.Pandoc.Writers.OPML.John MacFarlane1-0/+3
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane1-0/+3
2013-02-11Added markdown_github as input format.John MacFarlane1-0/+1
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane1-2/+1
2013-01-16Options: Added multimarkdownExtensions.John MacFarlane1-0/+3
2013-01-11Options: Added githubMarkdownExtensions.John MacFarlane1-0/+2
2013-01-10Added markdown_phpextra as writer option.John MacFarlane1-0/+1