summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)Author
2012-09-27Removed Ext_monospace_autolinks.John MacFarlane
2012-09-27Added Ext_autolink_urls.John MacFarlane
2012-09-27Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.John MacFarlane
2012-09-25Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane
2012-08-21Implemented Ext_backtick_code_blocks.John MacFarlane
2012-08-21Added Ext_fenced_code_attributes.John MacFarlane
2012-08-21Changed nomenclature, delimited -> fenced code blocks.John MacFarlane
2012-08-19Added Ext_abbrevations for PHP markdown style abbreviation keys.John MacFarlane
2012-08-16Added comments in Options.John MacFarlane
2012-08-12Added Ext_raw_html extension.John MacFarlane
2012-08-12Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane
2012-08-11Mardkown reader: Implemented Ext_markdown_attribute.John MacFarlane
2012-08-11Revert "Implemented Ext_markdown_attribute."John MacFarlane
2012-08-11Implemented Ext_markdown_attribute.John MacFarlane
2012-08-10Options and documentation for backslash tex math options.John MacFarlane
2012-08-10Changed Ext_tex_math to Ext_tex_math_dollars.John MacFarlane
2012-08-10Removed refs to Ext_header_identifiers in comments.John MacFarlane
2012-08-08Changes to literate haskell options.John MacFarlane
2012-08-07Made pandocExtensions default for reader/writer options.John MacFarlane
2012-08-06Support hard_line_breaks markdown extension.John MacFarlane
2012-07-27Commented out extensions that don't yet do anything.John MacFarlane
2012-07-27Removed deprecated writerXeTeX.John MacFarlane
2012-07-27Markdown reader: Added sensitivity to Ext_example_lists.John MacFarlane
2012-07-27Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Use readerExtensions instead of readerStrict in readers.John MacFarlane
2012-07-26pandoc: Set readerExtensions instead of readerStrict.John MacFarlane
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane
2012-07-25Restored stateStandalone as readerStandalone.John MacFarlane
2012-07-25Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.John MacFarlane
2012-07-25stateCitations -> readerCitations.John MacFarlane
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane
2012-07-25Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane
2012-07-25Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane
2012-07-25Moved stateColumns to readerColumns in ReaderOptions.John MacFarlane
2012-07-25Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane
2012-07-25Options -> ReaderOptions.John MacFarlane
2012-07-25Put smart, strict in separate options field in state.John MacFarlane
2012-07-25Added Text.Pandoc.Options.John MacFarlane