aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane1-0/+1
2012-07-25Restored stateStandalone as readerStandalone.John MacFarlane1-0/+2
2012-07-25Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.John MacFarlane1-9/+14
2012-07-25stateCitations -> readerCitations.John MacFarlane1-0/+2
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane1-14/+16
2012-07-25Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane1-1/+5
2012-07-25Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane1-0/+2
2012-07-25Moved stateColumns to readerColumns in ReaderOptions.John MacFarlane1-0/+2
2012-07-25Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane1-3/+5
2012-07-25Options -> ReaderOptions.John MacFarlane1-10/+10
2012-07-25Put smart, strict in separate options field in state.John MacFarlane1-2/+16
2012-07-25Added Text.Pandoc.Options.John MacFarlane1-0/+50