summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
Commit message (Expand)AuthorAge
* Markdown reader: inline math must have nonspace before final `$`.John MacFarlane2014-05-27
* Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel2014-05-14
* Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel2014-05-14
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* LaTeX reader: Better error messages with include files.John MacFarlane2014-05-03
* Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering2014-04-01
* Parsing: Added stateCaption.John MacFarlane2014-03-25
* Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane2014-03-25
* Whitespace change, and note:John MacFarlane2014-03-25
* API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane2014-03-25
* Parsing: Make F an instance of Applicative. Closes #1138.John MacFarlane2014-03-24
* Clarified field values in RstCustomRoles.Merijn Verstraaten2014-02-15
* Enhanced Pandoc's support for rST roles.Merijn Verstraaten2014-02-15
* HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane2013-12-06
* Parsing: Generalized type of registerHeader, using new typeclasses.John MacFarlane2013-11-17
* Factored out registerHeader from markdown reader, added to Parsing.John MacFarlane2013-09-01
* Parsing: Added stateMeta' to ParserState.John MacFarlane2013-08-18
* Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane2013-08-08
* Removed comment that chokes recent cpp.John MacFarlane2013-08-03
* Markdown reader: Better error messages for yaml headers.John MacFarlane2013-07-02
* Use new flexible metadata type.John MacFarlane2013-06-24
* Parsing: Generalized state type on readWith.John MacFarlane2013-06-24
* Parsing: Better error reporting in readWith.John MacFarlane2013-03-28
* Parsing: Further improvements to uri parser.John MacFarlane2013-03-28
* Mediawiki: Fixed regression for `<ref>URL</ref>`.John MacFarlane2013-03-28
* Make `implicit_header_references` work with explicit header ids.John MacFarlane2013-02-21
* Allow `&` in emails (for entities).John MacFarlane2013-02-15
* Parsing: uri, email: resolve entities.John MacFarlane2013-02-15
* Optimized oneOfStringsCI.John MacFarlane2013-02-02
* Fixed latex macro parsing.John MacFarlane2013-01-28
* Parsing: More improvements of anyLine parser.John MacFarlane2013-01-25
* More anyLine tweaks: Use incSourceLine.John MacFarlane2013-01-25
* anyLine: Set position properly.John MacFarlane2013-01-25
* Parsing: Much faster new version of anyLine.John MacFarlane2013-01-25
* Fixed bug in uri parser.John MacFarlane2013-01-20
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Case-insensitive parsing of URI schemes.John MacFarlane2013-01-15
* Parsing: Improve oneOfStrings, export oneOfStringsCI.John MacFarlane2013-01-15
* Revised URI parser.John MacFarlane2013-01-15
* Parsing: Fixed uri -- escape unicode URLs.John MacFarlane2013-01-14
* Parsing: Simplified and improved singleQuoteStart.John MacFarlane2013-01-14
* Moved lineBlockLines to Parsing.John MacFarlane2013-01-13
* More improvements in emailAddress parser.John MacFarlane2013-01-09
* Made email parser more correct.John MacFarlane2013-01-09
* Added Attr field to Header.John MacFarlane2013-01-09
* Markdown reader: Warn about duplicate link references.John MacFarlane2013-01-04
* Added stateWarnings.John MacFarlane2013-01-03
* Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane2013-01-03
* Fixed bug in withRaw.John MacFarlane2012-12-13