Age | Commit message (Expand) | Author | Files | Lines |
2014-07-20 | readWith: reverted generalization from f201bdcb. | John MacFarlane | 1 | -8/+8 |
2014-07-12 | Parsing: Simplified dash and ellipsis. | John MacFarlane | 1 | -40/+13 |
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 1 | -37/+37 |
2014-07-11 | Removed inline fmap from Parsing.hs | Matthew Pickering | 1 | -8/+8 |
2014-07-11 | Removed (>>~) function | Matthew Pickering | 1 | -9/+4 |
2014-07-11 | Generalised all functions in Parsing.hs | Matthew Pickering | 1 | -128/+168 |
2014-07-07 | `Parsing`: Added `stateInHtmlBlock` to `ParserState`. | John MacFarlane | 1 | -0/+2 |
2014-05-27 | Markdown reader: inline math must have nonspace before final `$`. | John MacFarlane | 1 | -4/+6 |
2014-05-14 | Move `citeKey` from Readers.Markdown to Parsing | Albert Krewinkel | 1 | -0/+13 |
2014-05-14 | Introduce class HasLastStrPosition, generalize functions | Albert Krewinkel | 1 | -9/+23 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-05-03 | LaTeX reader: Better error messages with include files. | John MacFarlane | 1 | -1/+1 |
2014-04-01 | Changed the smart punctuation parser to return Inlines rather than an Inline ... | Matthew Pickering | 1 | -22/+21 |
2014-03-25 | Parsing: Added stateCaption. | John MacFarlane | 1 | -1/+2 |
2014-03-25 | Parsing: Added HasMacros, simplified other typeclasses. | John MacFarlane | 1 | -28/+22 |
2014-03-25 | Whitespace change, and note: | John MacFarlane | 1 | -0/+1 |
2014-03-25 | API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList. | John MacFarlane | 1 | -31/+39 |
2014-03-24 | Parsing: Make F an instance of Applicative. Closes #1138. | John MacFarlane | 1 | -2/+2 |
2014-02-15 | Clarified field values in RstCustomRoles. | Merijn Verstraaten | 1 | -0/+4 |
2014-02-15 | Enhanced Pandoc's support for rST roles. | Merijn Verstraaten | 1 | -0/+2 |
2013-12-19 | HLint: use `elem` and `notElem` | Henry de Valence | 1 | -2/+2 |
2013-12-06 | HTML reader: Parse LaTeX math if appropriate options are set. | John MacFarlane | 1 | -0/+35 |
2013-11-17 | Parsing: Generalized type of registerHeader, using new typeclasses. | John MacFarlane | 1 | -12/+42 |
2013-09-01 | Factored out registerHeader from markdown reader, added to Parsing. | John MacFarlane | 1 | -0/+32 |
2013-08-18 | Parsing: Added stateMeta' to ParserState. | John MacFarlane | 1 | -0/+2 |
2013-08-08 | Added Text.Pandoc.Compat.TagSoupEntity. | John MacFarlane | 1 | -1/+1 |
2013-08-03 | Removed comment that chokes recent cpp. | John MacFarlane | 1 | -1/+0 |
2013-07-02 | Markdown reader: Better error messages for yaml headers. | John MacFarlane | 1 | -0/+2 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -7/+9 |
2013-06-24 | Parsing: Generalized state type on readWith. | John MacFarlane | 1 | -3/+3 |
2013-03-28 | Parsing: Better error reporting in readWith. | John MacFarlane | 1 | -4/+11 |
2013-03-28 | Parsing: Further improvements to uri parser. | John MacFarlane | 1 | -2/+4 |
2013-03-28 | Mediawiki: Fixed regression for `<ref>URL</ref>`. | John MacFarlane | 1 | -1/+1 |
2013-02-21 | Make `implicit_header_references` work with explicit header ids. | John MacFarlane | 1 | -2/+2 |
2013-02-15 | Allow `&` in emails (for entities). | John MacFarlane | 1 | -1/+1 |
2013-02-15 | Parsing: uri, email: resolve entities. | John MacFarlane | 1 | -2/+3 |
2013-02-02 | Optimized oneOfStringsCI. | John MacFarlane | 1 | -3/+9 |
2013-01-28 | Fixed latex macro parsing. | John MacFarlane | 1 | -4/+4 |
2013-01-25 | Parsing: More improvements of anyLine parser. | John MacFarlane | 1 | -6/+8 |
2013-01-25 | More anyLine tweaks: Use incSourceLine. | John MacFarlane | 1 | -1/+1 |
2013-01-25 | anyLine: Set position properly. | John MacFarlane | 1 | -0/+3 |
2013-01-25 | Parsing: Much faster new version of anyLine. | John MacFarlane | 1 | -1/+8 |
2013-01-20 | Fixed bug in uri parser. | John MacFarlane | 1 | -1/+1 |
2013-01-15 | Changed Ext_autolink_urls -> Ext_autolink_bare_uris. | John MacFarlane | 1 | -2/+5 |
2013-01-15 | Case-insensitive parsing of URI schemes. | John MacFarlane | 1 | -1/+1 |
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 |