aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)AuthorFilesLines
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-10-03FIxed typo: Ext_superscript, Ext_subscript.John MacFarlane1-2/+2
2015-10-03For markdown_mmd, add: implicit_figures, superscripts, subscripts.John MacFarlane1-0/+9
2015-06-27Options: Export `plainExtensions`.John MacFarlane1-0/+19
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-03-19Derive from Data and Typeable for libpandocShahbaz Youssefi1-9/+12
2015-03-16Replace occurrences of 'Github' with 'GitHub'Tom Leese1-1/+1
2015-03-15Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane1-1/+7
2015-03-10Support shortcut reference links in markdown writerKonstantin Zudov1-1/+7
2015-03-04Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat1-0/+2
2014-12-26Added `--verbose` flag for debugging output in PDF production.John MacFarlane1-0/+2
2014-09-25Add support for KaTeX HTML mathmpickering1-0/+1
2014-08-08Added `native_divs` and `native_spans` extensions.John MacFarlane1-0/+4
2014-07-31Options: Added option to turn on epub html extensionsMatthew Pickering1-0/+1
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-2/+3
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane1-3/+2
2014-07-30Removed deprecated and no longer used readerStrict in ReaderOptions.John MacFarlane1-2/+0
2014-07-30Moved MediaBag back from Shared to Options, to avoid module cycle.John MacFarlane1-5/+1
2014-07-30Added writerMediaBag to WriterOptions.John MacFarlane1-1/+3
2014-07-30Moved MediaBag from Shared to Options.John MacFarlane1-0/+6
2014-07-20Markdown reader: revised definition list syntax (closes #1429).John MacFarlane1-0/+2
2014-07-11Markdown writer: don't use braced attributes for fenced code.John MacFarlane1-1/+0
2014-06-25Add TrackChanges to Options export.Jesse Rosenthal1-0/+1
2014-06-25Add reader option for track changes.Jesse Rosenthal1-0/+2
2014-06-25Add TrackChanges type to options.Jesse Rosenthal1-0/+6
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-02-25Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane1-0/+2
2013-09-07Added `lists_without_preceding_blankline` extension.John MacFarlane1-0/+2
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-7/+0
2013-08-11Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane1-2/+2
2013-07-17Added `ignore_line_breaks` markdown extension.John MacFarlane1-0/+1
2013-07-02Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane1-2/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-0/+2
2013-04-23Options: Added `Ext_ascii_identifiers`.John MacFarlane1-0/+3
2013-03-21Added basic support for reveal.js.Jamie F. Olson1-0/+1
2013-02-23`--number-from` -> `--number-offset`John MacFarlane1-2/+2
2013-02-21Added `--number-from` option and `writerNumberFrom`.John MacFarlane1-0/+2
2013-02-05Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane1-12/+14
2013-01-16Implemented Ext_link_attributes in markdown reader.John MacFarlane1-0/+2
2013-01-16Implemented Ext_mmd_header_identifiers in markdown reader.John MacFarlane1-0/+1
2013-01-16Options: Added multimarkdownExtensions.John MacFarlane1-2/+18
2013-01-15Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane1-0/+2
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane1-2/+2
2013-01-14Added Ext_implicit_figures.John MacFarlane1-2/+2
2013-01-13Markdown reader: Support RST-style line blocks.John MacFarlane1-0/+2
2013-01-11Options: Added githubMarkdownExtensions.John MacFarlane1-0/+15
2013-01-10Options: Added phpMarkdownExtraExtensions.John MacFarlane1-0/+14
2013-01-10Implemented Ext_header_attributes.John MacFarlane1-0/+2
2013-01-10Ext_header_identifiers -> Ext_auto_identifiers.John MacFarlane1-2/+2