Age | Commit message (Expand) | Author | Files | Lines |
2012-08-10 | Changed Ext_tex_math to Ext_tex_math_dollars. | John MacFarlane | 1 | -2/+2 |
2012-08-10 | Removed refs to Ext_header_identifiers in comments. | John MacFarlane | 1 | -2/+0 |
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -4/+5 |
2012-08-07 | Made pandocExtensions default for reader/writer options. | John MacFarlane | 1 | -2/+2 |
2012-08-06 | Support hard_line_breaks markdown extension. | John MacFarlane | 1 | -0/+41 |
2012-07-27 | Commented out extensions that don't yet do anything. | John MacFarlane | 1 | -2/+3 |
2012-07-27 | Removed deprecated writerXeTeX. | John MacFarlane | 1 | -3/+0 |
2012-07-27 | Markdown reader: Added sensitivity to Ext_example_lists. | John MacFarlane | 1 | -0/+1 |
2012-07-27 | Replaced writerStrict with writerExtensions in WriterOptions. | John MacFarlane | 1 | -2/+4 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -0/+121 |
2012-07-26 | Use readerExtensions instead of readerStrict in readers. | John MacFarlane | 1 | -13/+27 |
2012-07-26 | pandoc: Set readerExtensions instead of readerStrict. | John MacFarlane | 1 | -2/+3 |
2012-07-25 | Changed reader parameters from ParserState to ReaderOptions. | John MacFarlane | 1 | -0/+1 |
2012-07-25 | Restored stateStandalone as readerStandalone. | John MacFarlane | 1 | -0/+2 |
2012-07-25 | Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions. | John MacFarlane | 1 | -9/+14 |
2012-07-25 | stateCitations -> readerCitations. | John MacFarlane | 1 | -0/+2 |
2012-07-25 | Moved stateLiterateHaskell to readerLiterateHaskell in Options. | John MacFarlane | 1 | -14/+16 |
2012-07-25 | Moved stateOldDashes to readerOldDashes in ReaderOptions. | John MacFarlane | 1 | -1/+5 |
2012-07-25 | Moved stateTabStop to readerTabStop in ReaderOptions. | John MacFarlane | 1 | -0/+2 |
2012-07-25 | Moved stateColumns to readerColumns in ReaderOptions. | John MacFarlane | 1 | -0/+2 |
2012-07-25 | Moved ParseRaw from ParserState to ReaderOptions. | John MacFarlane | 1 | -3/+5 |
2012-07-25 | Options -> ReaderOptions. | John MacFarlane | 1 | -10/+10 |
2012-07-25 | Put smart, strict in separate options field in state. | John MacFarlane | 1 | -2/+16 |
2012-07-25 | Added Text.Pandoc.Options. | John MacFarlane | 1 | -0/+50 |