summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
Commit message (Expand)AuthorAge
* 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
* Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane2013-01-04
* Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane2013-01-03
* Re-added Read instance for ReaderOptions.John MacFarlane2012-10-14
* Moved bibliography processing into readers.John MacFarlane2012-10-13
* Removed Ext_monospace_autolinks.John MacFarlane2012-09-27
* Added Ext_autolink_urls.John MacFarlane2012-09-27
* Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.John MacFarlane2012-09-27
* Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane2012-09-25
* Implemented Ext_backtick_code_blocks.John MacFarlane2012-08-21
* Added Ext_fenced_code_attributes.John MacFarlane2012-08-21
* Changed nomenclature, delimited -> fenced code blocks.John MacFarlane2012-08-21
* Added Ext_abbrevations for PHP markdown style abbreviation keys.John MacFarlane2012-08-19
* Added comments in Options.John MacFarlane2012-08-16
* Added Ext_raw_html extension.John MacFarlane2012-08-12
* Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane2012-08-12
* Mardkown reader: Implemented Ext_markdown_attribute.John MacFarlane2012-08-11
* Revert "Implemented Ext_markdown_attribute."John MacFarlane2012-08-11
* Implemented Ext_markdown_attribute.John MacFarlane2012-08-11
* Options and documentation for backslash tex math options.John MacFarlane2012-08-10
* Changed Ext_tex_math to Ext_tex_math_dollars.John MacFarlane2012-08-10
* Removed refs to Ext_header_identifiers in comments.John MacFarlane2012-08-10
* Changes to literate haskell options.John MacFarlane2012-08-08