Age | Commit message (Expand) | Author | Files | Lines |
2013-01-15 | Parsing: Improve oneOfStrings, export oneOfStringsCI. | John MacFarlane | 1 | -7/+20 |
2013-01-15 | Revised URI parser. | John MacFarlane | 1 | -27/+50 |
2013-01-14 | Parsing: Fixed uri -- escape unicode URLs. | John MacFarlane | 1 | -2/+2 |
2013-01-14 | Parsing: Simplified and improved singleQuoteStart. | John MacFarlane | 1 | -8/+2 |
2013-01-13 | Moved lineBlockLines to Parsing. | John MacFarlane | 1 | -0/+18 |
2013-01-09 | More improvements in emailAddress parser. | John MacFarlane | 1 | -23/+17 |
2013-01-09 | Made email parser more correct. | John MacFarlane | 1 | -12/+14 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -0/+2 |
2013-01-04 | Markdown reader: Warn about duplicate link references. | John MacFarlane | 1 | -0/+1 |
2013-01-03 | Added stateWarnings. | John MacFarlane | 1 | -2/+4 |
2013-01-03 | Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`. | John MacFarlane | 1 | -0/+2 |
2012-12-13 | Fixed bug in withRaw. | John MacFarlane | 1 | -1/+1 |
2012-10-05 | Revert "Added stateWarnings to ParserState, added warning function." | John MacFarlane | 1 | -8/+0 |
2012-10-05 | Added stateWarnings to ParserState, added warning function. | John MacFarlane | 1 | -0/+8 |
2012-09-29 | Renamed removedLeadingTrailingSpace to trim. | John MacFarlane | 1 | -3/+2 |
2012-09-27 | Parsing: Changed type of stateSubstitutions to use Inlines. | John MacFarlane | 1 | -2/+2 |
2012-09-27 | Removed nullBlock. | John MacFarlane | 1 | -6/+0 |
2012-09-27 | Added stateSubstitutions to ParserState, use for RST substitutions. | John MacFarlane | 1 | -0/+5 |
2012-09-23 | Revert "More intelligent handling of text encodings." | John MacFarlane | 1 | -1/+2 |
2012-09-23 | More intelligent handling of text encodings. | John MacFarlane | 1 | -2/+1 |
2012-09-23 | Revert "Use local encoding for input/output rather than forcing UTF8." | John MacFarlane | 1 | -1/+2 |
2012-09-23 | Use local encoding for input/output rather than forcing UTF8. | John MacFarlane | 1 | -2/+1 |
2012-09-12 | Export 'nested' in Parsing. | John MacFarlane | 1 | -0/+13 |
2012-09-12 | Text.Pandoc.Parsing: Handle trailing slash in 'uri'. | John MacFarlane | 1 | -2/+3 |
2012-09-09 | Parsing: Generalized type of withQuoteContext. | John MacFarlane | 1 | -2/+2 |
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -5/+0 |
2012-08-02 | Made F a newtype, moved definitions to Parser. | John MacFarlane | 1 | -1/+23 |
2012-08-01 | Parsing: removed duplication of Key and Key'. | John MacFarlane | 1 | -38/+5 |
2012-08-01 | Major rewrite of markdown reader. | John MacFarlane | 1 | -14/+43 |
2012-07-27 | Removed commented-out pandoc2 code. | John MacFarlane | 1 | -41/+0 |
2012-07-27 | Parser: Changed types to use type alias Parser, not Parsec. | John MacFarlane | 1 | -97/+138 |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -25/+25 |
2012-07-26 | Parsing: Removed failIfStrict. | John MacFarlane | 1 | -5/+0 |
2012-07-26 | Parsing: Added guardEnabled, guardDisabled. | John MacFarlane | 1 | -3/+14 |
2012-07-25 | Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions. | John MacFarlane | 1 | -6/+2 |
2012-07-25 | stateCitations -> readerCitations. | John MacFarlane | 1 | -2/+0 |
2012-07-25 | Moved stateLiterateHaskell to readerLiterateHaskell in Options. | John MacFarlane | 1 | -3/+1 |
2012-07-25 | Got rid of stateStandalone, which was hardly used anyway. | John MacFarlane | 1 | -2/+0 |
2012-07-25 | Moved stateOldDashes to readerOldDashes in ReaderOptions. | John MacFarlane | 1 | -5/+1 |
2012-07-25 | Moved stateTabStop to readerTabStop in ReaderOptions. | John MacFarlane | 1 | -3/+0 |
2012-07-25 | Moved stateColumns to readerColumns in ReaderOptions. | John MacFarlane | 1 | -3/+1 |
2012-07-25 | Moved ParseRaw from ParserState to ReaderOptions. | John MacFarlane | 1 | -2/+0 |
2012-07-25 | Text.Pandoc.Parsing: Added getOption. | John MacFarlane | 1 | -4/+6 |
2012-07-25 | Options -> ReaderOptions. | John MacFarlane | 1 | -3/+3 |
2012-07-25 | Put smart, strict in separate options field in state. | John MacFarlane | 1 | -8/+7 |
2012-07-24 | Better algorithm for oneOfStrings. | John MacFarlane | 1 | -2/+9 |
2012-07-24 | Refactored table parsers, captions now not part of core tableWith. | John MacFarlane | 1 | -10/+4 |
2012-07-22 | Revised code for pipe tables. | John MacFarlane | 1 | -94/+4 |
2012-07-22 | Merge pull request #510 from mytskine/markdown-extra | John MacFarlane | 1 | -1/+97 |
2012-07-20 | Use Parser as type synonym for Parsec. | John MacFarlane | 1 | -1/+3 |