summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
Commit message (Expand)AuthorAge
* Options: Export `plainExtensions`.John MacFarlane2015-06-27
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Derive from Data and Typeable for libpandocShahbaz Youssefi2015-03-19
* Replace occurrences of 'Github' with 'GitHub'Tom Leese2015-03-16
* Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\
| * Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
* | Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat2015-03-04
|/
* Added `--verbose` flag for debugging output in PDF production.John MacFarlane2014-12-26
* Add support for KaTeX HTML mathmpickering2014-09-25
* Added `native_divs` and `native_spans` extensions.John MacFarlane2014-08-08
* Options: Added option to turn on epub html extensionsMatthew Pickering2014-07-31
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* Removed deprecated and no longer used readerStrict in ReaderOptions.John MacFarlane2014-07-30
* Moved MediaBag back from Shared to Options, to avoid module cycle.John MacFarlane2014-07-30
* Added writerMediaBag to WriterOptions.John MacFarlane2014-07-30
* Moved MediaBag from Shared to Options.John MacFarlane2014-07-30
* Markdown reader: revised definition list syntax (closes #1429).John MacFarlane2014-07-20
* Markdown writer: don't use braced attributes for fenced code.John MacFarlane2014-07-11
* Add TrackChanges to Options export.Jesse Rosenthal2014-06-25
* Add reader option for track changes.Jesse Rosenthal2014-06-25
* Add TrackChanges type to options.Jesse Rosenthal2014-06-25
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2014-02-25
* Added `lists_without_preceding_blankline` extension.John MacFarlane2013-09-07
* Removed dependency on citeproc-hs.John MacFarlane2013-08-24
* Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane2013-08-11
* Added `ignore_line_breaks` markdown extension.John MacFarlane2013-07-17
* Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane2013-07-02
* Use new flexible metadata type.John MacFarlane2013-06-24
* Options: Added `Ext_ascii_identifiers`.John MacFarlane2013-04-23
* Added basic support for reveal.js.Jamie F. Olson2013-03-21
* `--number-from` -> `--number-offset`John MacFarlane2013-02-23
* Added `--number-from` option and `writerNumberFrom`.John MacFarlane2013-02-21
* Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane2013-02-05
* Implemented Ext_link_attributes in markdown reader.John MacFarlane2013-01-16
* Implemented Ext_mmd_header_identifiers in markdown reader.John MacFarlane2013-01-16
* Options: Added multimarkdownExtensions.John MacFarlane2013-01-16
* Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane2013-01-15
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Added Ext_implicit_figures.John MacFarlane2013-01-14
* Markdown reader: Support RST-style line blocks.John MacFarlane2013-01-13
* Options: Added githubMarkdownExtensions.John MacFarlane2013-01-11
* Options: Added phpMarkdownExtraExtensions.John MacFarlane2013-01-10
* Implemented Ext_header_attributes.John MacFarlane2013-01-10
* Ext_header_identifiers -> Ext_auto_identifiers.John MacFarlane2013-01-10
* EPUB changes.John MacFarlane2013-01-05
* Changed --toc-level to --toc-depth.John MacFarlane2013-01-05
* Changed `--epub-toc-level` to `--toc-level`.John MacFarlane2013-01-05
* Renamed writerEPUBMetadata -> writerEpubMetadata.John MacFarlane2013-01-04