aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-05EPUB changes.John MacFarlane1-0/+5
2013-01-05Changed --toc-level to --toc-depth.John MacFarlane1-2/+2
2013-01-05Changed `--epub-toc-level` to `--toc-level`.John MacFarlane1-2/+2
2013-01-04Renamed writerEPUBMetadata -> writerEpubMetadata.John MacFarlane1-2/+2
2013-01-04Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane1-0/+4
2013-01-03Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane1-0/+4
2012-10-14Re-added Read instance for ReaderOptions.John MacFarlane1-1/+1
2012-10-13Moved bibliography processing into readers.John MacFarlane1-3/+6
2012-09-27Removed Ext_monospace_autolinks.John MacFarlane1-2/+0
2012-09-27Added Ext_autolink_urls.John MacFarlane1-0/+1
2012-09-27Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.John MacFarlane1-2/+2
2012-09-25Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane1-0/+1
2012-08-21Implemented Ext_backtick_code_blocks.John MacFarlane1-0/+2
2012-08-21Added Ext_fenced_code_attributes.John MacFarlane1-0/+2
2012-08-21Changed nomenclature, delimited -> fenced code blocks.John MacFarlane1-2/+2
2012-08-19Added Ext_abbrevations for PHP markdown style abbreviation keys.John MacFarlane1-0/+1
2012-08-16Added comments in Options.John MacFarlane1-38/+40
2012-08-12Added Ext_raw_html extension.John MacFarlane1-1/+4
2012-08-12Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane1-2/+3
2012-08-11Mardkown reader: Implemented Ext_markdown_attribute.John MacFarlane1-0/+1
2012-08-11Revert "Implemented Ext_markdown_attribute."John MacFarlane1-1/+0
2012-08-11Implemented Ext_markdown_attribute.John MacFarlane1-0/+1
2012-08-10Options and documentation for backslash tex math options.John MacFarlane1-0/+2
2012-08-10Changed Ext_tex_math to Ext_tex_math_dollars.John MacFarlane1-2/+2
2012-08-10Removed refs to Ext_header_identifiers in comments.John MacFarlane1-2/+0
2012-08-08Changes to literate haskell options.John MacFarlane1-4/+5
2012-08-07Made pandocExtensions default for reader/writer options.John MacFarlane1-2/+2
2012-08-06Support hard_line_breaks markdown extension.John MacFarlane1-0/+41
2012-07-27Commented out extensions that don't yet do anything.John MacFarlane1-2/+3
2012-07-27Removed deprecated writerXeTeX.John MacFarlane1-3/+0
2012-07-27Markdown reader: Added sensitivity to Ext_example_lists.John MacFarlane1-0/+1
2012-07-27Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane1-2/+4
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+121
2012-07-26Use readerExtensions instead of readerStrict in readers.John MacFarlane1-13/+27
2012-07-26pandoc: Set readerExtensions instead of readerStrict.John MacFarlane1-2/+3