summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
Commit message (Expand)AuthorAge
* 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
* Made pandocExtensions default for reader/writer options.John MacFarlane2012-08-07
* Support hard_line_breaks markdown extension.John MacFarlane2012-08-06
* Commented out extensions that don't yet do anything.John MacFarlane2012-07-27
* Removed deprecated writerXeTeX.John MacFarlane2012-07-27
* Markdown reader: Added sensitivity to Ext_example_lists.John MacFarlane2012-07-27
* Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane2012-07-27
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Use readerExtensions instead of readerStrict in readers.John MacFarlane2012-07-26
* pandoc: Set readerExtensions instead of readerStrict.John MacFarlane2012-07-26
* Changed reader parameters from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Restored stateStandalone as readerStandalone.John MacFarlane2012-07-25
* Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.John MacFarlane2012-07-25
* stateCitations -> readerCitations.John MacFarlane2012-07-25
* Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane2012-07-25
* Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane2012-07-25
* Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane2012-07-25
* Moved stateColumns to readerColumns in ReaderOptions.John MacFarlane2012-07-25
* Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Options -> ReaderOptions.John MacFarlane2012-07-25
* Put smart, strict in separate options field in state.John MacFarlane2012-07-25
* Added Text.Pandoc.Options.John MacFarlane2012-07-25