aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
AgeCommit message (Expand)AuthorFilesLines
2013-12-19HLint: use `elem` and `notElem`Henry de Valence1-2/+2
2013-12-06HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane1-0/+35
2013-11-17Parsing: Generalized type of registerHeader, using new typeclasses.John MacFarlane1-12/+42
2013-09-01Factored out registerHeader from markdown reader, added to Parsing.John MacFarlane1-0/+32
2013-08-18Parsing: Added stateMeta' to ParserState.John MacFarlane1-0/+2
2013-08-08Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane1-1/+1
2013-08-03Removed comment that chokes recent cpp.John MacFarlane1-1/+0
2013-07-02Markdown reader: Better error messages for yaml headers.John MacFarlane1-0/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-7/+9
2013-06-24Parsing: Generalized state type on readWith.John MacFarlane1-3/+3
2013-03-28Parsing: Better error reporting in readWith.John MacFarlane1-4/+11
2013-03-28Parsing: Further improvements to uri parser.John MacFarlane1-2/+4
2013-03-28Mediawiki: Fixed regression for `<ref>URL</ref>`.John MacFarlane1-1/+1
2013-02-21Make `implicit_header_references` work with explicit header ids.John MacFarlane1-2/+2
2013-02-15Allow `&` in emails (for entities).John MacFarlane1-1/+1
2013-02-15Parsing: uri, email: resolve entities.John MacFarlane1-2/+3
2013-02-02Optimized oneOfStringsCI.John MacFarlane1-3/+9
2013-01-28Fixed latex macro parsing.John MacFarlane1-4/+4
2013-01-25Parsing: More improvements of anyLine parser.John MacFarlane1-6/+8
2013-01-25More anyLine tweaks: Use incSourceLine.John MacFarlane1-1/+1
2013-01-25anyLine: Set position properly.John MacFarlane1-0/+3
2013-01-25Parsing: Much faster new version of anyLine.John MacFarlane1-1/+8
2013-01-20Fixed bug in uri parser.John MacFarlane1-1/+1
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane1-2/+5
2013-01-15Case-insensitive parsing of URI schemes.John MacFarlane1-1/+1
2013-01-15Parsing: Improve oneOfStrings, export oneOfStringsCI.John MacFarlane1-7/+20
2013-01-15Revised URI parser.John MacFarlane1-27/+50
2013-01-14Parsing: Fixed uri -- escape unicode URLs.John MacFarlane1-2/+2
2013-01-14Parsing: Simplified and improved singleQuoteStart.John MacFarlane1-8/+2
2013-01-13Moved lineBlockLines to Parsing.John MacFarlane1-0/+18
2013-01-09More improvements in emailAddress parser.John MacFarlane1-23/+17
2013-01-09Made email parser more correct.John MacFarlane1-12/+14
2013-01-09Added Attr field to Header.John MacFarlane1-0/+2
2013-01-04Markdown reader: Warn about duplicate link references.John MacFarlane1-0/+1
2013-01-03Added stateWarnings.John MacFarlane1-2/+4
2013-01-03Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane1-0/+2
2012-12-13Fixed bug in withRaw.John MacFarlane1-1/+1
2012-10-05Revert "Added stateWarnings to ParserState, added warning function."John MacFarlane1-8/+0
2012-10-05Added stateWarnings to ParserState, added warning function.John MacFarlane1-0/+8
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane1-3/+2
2012-09-27Parsing: Changed type of stateSubstitutions to use Inlines.John MacFarlane1-2/+2
2012-09-27Removed nullBlock.John MacFarlane1-6/+0
2012-09-27Added stateSubstitutions to ParserState, use for RST substitutions.John MacFarlane1-0/+5
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane1-1/+2
2012-09-23More intelligent handling of text encodings.John MacFarlane1-2/+1
2012-09-23Revert "Use local encoding for input/output rather than forcing UTF8."John MacFarlane1-1/+2
2012-09-23Use local encoding for input/output rather than forcing UTF8.John MacFarlane1-2/+1
2012-09-12Export 'nested' in Parsing.John MacFarlane1-0/+13
2012-09-12Text.Pandoc.Parsing: Handle trailing slash in 'uri'.John MacFarlane1-2/+3
2012-09-09Parsing: Generalized type of withQuoteContext.John MacFarlane1-2/+2