Age | Commit message (Expand) | Author | Files | Lines |
2016-10-23 | fix example in documentation (#3176) | Thomas Weißschuh | 1 | -2/+2 |
2016-06-30 | Added Zim Wiki writer, template and tests. | Alex Ivkin | 1 | -0/+3 |
2016-06-23 | Process markdown extensions on command line in L->R order. | John MacFarlane | 1 | -1/+1 |
2016-04-29 | Write out Docbook 5 namespace | Ivo Clarysse | 1 | -1/+1 |
2016-04-29 | Add docbook5 writer support | Ivo Clarysse | 1 | -0/+2 |
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 1 | -2/+2 |
2016-03-12 | Add a general ByteStringReader with warnings. | Jesse Rosenthal | 1 | -1/+9 |
2016-01-19 | Add TEI Writer. | csforste | 1 | -0/+3 |
2015-11-22 | hlint fixes. | John MacFarlane | 1 | -5/+5 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -1/+1 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-10 | Re-export pandocVersions from Text.Pandoc. | John MacFarlane | 1 | -1/+2 |
2015-10-01 | Move the variable pandocVersion from `src/Text/Pandoc.hs` to | Alex Vong | 1 | -8/+0 |
2015-08-15 | Org reader: add auto identifiers if not present on headers | Juliusz Gonera | 1 | -1/+2 |
2015-08-08 | Text.Pandoc: disable auto_identifiers for epub. | John MacFarlane | 1 | -2/+1 |
2015-08-05 | ICML writer: changed type of `writeICML`. | John MacFarlane | 1 | -1/+1 |
2015-07-23 | Added odt reader | MarLinn | 1 | -1/+4 |
2015-06-27 | Plain writer: don't use symbols for super/subscript. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-03-29 | Added CommonMark writer. | John MacFarlane | 1 | -0/+3 |
2015-03-28 | Updated code example in Text.Pandoc. | John MacFarlane | 1 | -2/+4 |
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker... | John MacFarlane | 1 | -11/+15 |
2015-03-17 | Added CommonMark reader using cmark (libcmark bindings). | John MacFarlane | 1 | -0/+3 |
2015-02-18 | Move utility error functions to Text.Pandoc.Shared | Matthew Pickering | 1 | -1/+1 |
2015-02-18 | Update Pandoc.hs | Matthew Pickering | 1 | -10/+14 |
2014-12-12 | expose warnings from RST reader; refactor | Daniel Bergey | 1 | -13/+12 |
2014-10-30 | TWiki Reader: add new new twiki reader | Alexander Sulfrian | 1 | -0/+3 |
2014-08-14 | Make `raw_tex` extension non-default for textile reader, writer. | John MacFarlane | 1 | -2/+1 |
2014-08-08 | Added `native_divs` and `native_spans` extensions. | John MacFarlane | 1 | -1/+11 |
2014-07-31 | EPUB Reader: Integrated into program | Matthew Pickering | 1 | -0/+3 |
2014-07-31 | New module, Text.Pandoc.MediaBag. | John MacFarlane | 1 | -1/+2 |
2014-07-30 | Moved MediaBag back from Shared to Options, to avoid module cycle. | John MacFarlane | 1 | -1/+1 |
2014-07-30 | Moved MediaBag from Shared to Options. | John MacFarlane | 1 | -1/+1 |
2014-07-30 | Pandoc.hs: change BSReader to output MediaBag as well as pandoc. | Jesse Rosenthal | 1 | -3/+3 |
2014-07-27 | Txt2Tags Reader: Added recognition of macros | Matthew Pickering | 1 | -1/+2 |
2014-07-27 | Txt2Tags Reader: Integrated into pandoc | Matthew Pickering | 1 | -0/+4 |
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 1 | -1/+1 |
2014-06-29 | Merge remote-tracking branch 'jgm/master' into dokuwiki | Clare Macrae | 1 | -106/+86 |
2014-06-18 | Finished first draft of Haddock writer. | John MacFarlane | 1 | -0/+3 |
2014-06-16 | Naming: Use Docx instead of DocX. | John MacFarlane | 1 | -3/+3 |
2014-06-16 | Integrated the docx reader into the main pandoc program. | mpickering | 1 | -20/+36 |
2014-05-14 | Org reader: support Pandocs citation extension | Albert Krewinkel | 1 | -1/+1 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-04-27 | Fix #1267. | John MacFarlane | 1 | -19/+16 |
2014-03-04 | Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master | John MacFarlane | 1 | -0/+3 |
2014-03-04 | Add a simple Emacs Org-mode reader | Albert Krewinkel | 1 | -0/+3 |
2014-02-28 | InDesign ICML Writer | mb21 | 1 | -0/+3 |
2013-12-06 | Text.Pandoc: Don't default to pandocExtensions for all writers. | John MacFarlane | 1 | -1/+4 |
2013-08-08 | Pass writename as argument to filters. | John MacFarlane | 1 | -4/+1 |