Age | Commit message (Expand) | Author | Files | Lines |
2016-09-28 | Markdown reader: added bracket syntax for native spans. | John MacFarlane | 1 | -0/+2 |
2016-06-20 | Changed email-obfuscation default to no obfuscation. | John MacFarlane | 1 | -1/+1 |
2016-04-29 | Write out Docbook 5 namespace | Ivo Clarysse | 1 | -2/+2 |
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-15 | Introduce file-scope parsing (parse-before-combine) | Jesse Rosenthal | 1 | -0/+2 |
2016-02-09 | Removed `tex_math_single_backslash` from `markdown_github` options. | John MacFarlane | 1 | -1/+0 |
2015-12-12 | Implemented `east_asian_line_breaks` extension. | John MacFarlane | 1 | -0/+2 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -2/+9 |
2015-11-19 | Renamed link attribute extensions. | John MacFarlane | 1 | -5/+5 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -0/+5 |
2015-11-14 | Derive Generic instances for types in Text.Pandoc.Options. | John MacFarlane | 1 | -10/+11 |
2015-11-13 | Added `emoji` extension to Markdown. | John MacFarlane | 1 | -0/+2 |
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-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+0 |
2015-10-03 | FIxed typo: Ext_superscript, Ext_subscript. | John MacFarlane | 1 | -2/+2 |
2015-10-03 | For markdown_mmd, add: implicit_figures, superscripts, subscripts. | John MacFarlane | 1 | -0/+9 |
2015-07-27 | Text.Pandoc.Options: modifications for image attributes. | John MacFarlane | 1 | -0/+5 |
2015-06-27 | Options: Export `plainExtensions`. | John MacFarlane | 1 | -0/+19 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-03-19 | Derive from Data and Typeable for libpandoc | Shahbaz Youssefi | 1 | -9/+12 |
2015-03-16 | Replace occurrences of 'Github' with 'GitHub' | Tom Leese | 1 | -1/+1 |
2015-03-15 | Merge pull request #1989 from zudov/shortcut_ref_link_pr | John MacFarlane | 1 | -1/+7 |
2015-03-10 | Support shortcut reference links in markdown writer | Konstantin Zudov | 1 | -1/+7 |
2015-03-04 | Fix issue #969, #1779 by providing --latex-engine-opt | Sumit Sahrawat | 1 | -0/+2 |
2014-12-26 | Added `--verbose` flag for debugging output in PDF production. | John MacFarlane | 1 | -0/+2 |
2014-09-25 | Add support for KaTeX HTML math | mpickering | 1 | -0/+1 |
2014-08-08 | Added `native_divs` and `native_spans` extensions. | John MacFarlane | 1 | -0/+4 |
2014-07-31 | Options: Added option to turn on epub html extensions | Matthew Pickering | 1 | -0/+1 |
2014-07-31 | New module, Text.Pandoc.MediaBag. | John MacFarlane | 1 | -2/+3 |
2014-07-31 | Made MediaBag a newtype, and added mime type information to media. | John MacFarlane | 1 | -3/+2 |
2014-07-30 | Removed deprecated and no longer used readerStrict in ReaderOptions. | John MacFarlane | 1 | -2/+0 |
2014-07-30 | Moved MediaBag back from Shared to Options, to avoid module cycle. | John MacFarlane | 1 | -5/+1 |
2014-07-30 | Added writerMediaBag to WriterOptions. | John MacFarlane | 1 | -1/+3 |
2014-07-30 | Moved MediaBag from Shared to Options. | John MacFarlane | 1 | -0/+6 |
2014-07-20 | Markdown reader: revised definition list syntax (closes #1429). | John MacFarlane | 1 | -0/+2 |
2014-07-11 | Markdown writer: don't use braced attributes for fenced code. | John MacFarlane | 1 | -1/+0 |
2014-06-25 | Add TrackChanges to Options export. | Jesse Rosenthal | 1 | -0/+1 |
2014-06-25 | Add reader option for track changes. | Jesse Rosenthal | 1 | -0/+2 |
2014-06-25 | Add TrackChanges type to options. | Jesse Rosenthal | 1 | -0/+6 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-02-25 | Added readerTrace to ReaderOptions, --trace command line opt. | John MacFarlane | 1 | -0/+2 |
2013-09-07 | Added `lists_without_preceding_blankline` extension. | John MacFarlane | 1 | -0/+2 |
2013-08-24 | Removed dependency on citeproc-hs. | John MacFarlane | 1 | -7/+0 |
2013-08-11 | Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe). | John MacFarlane | 1 | -2/+2 |
2013-07-17 | Added `ignore_line_breaks` markdown extension. | John MacFarlane | 1 | -0/+1 |
2013-07-02 | Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`. | John MacFarlane | 1 | -2/+2 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -0/+2 |
2013-04-23 | Options: Added `Ext_ascii_identifiers`. | John MacFarlane | 1 | -0/+3 |