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