summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
Commit message (Expand)AuthorAge
* 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
* Revert "Added stateWarnings to ParserState, added warning function."John MacFarlane2012-10-05
* Added stateWarnings to ParserState, added warning function.John MacFarlane2012-10-05
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* Parsing: Changed type of stateSubstitutions to use Inlines.John MacFarlane2012-09-27
* Removed nullBlock.John MacFarlane2012-09-27
* Added stateSubstitutions to ParserState, use for RST substitutions.John MacFarlane2012-09-27
* Revert "More intelligent handling of text encodings."John MacFarlane2012-09-23
* More intelligent handling of text encodings.John MacFarlane2012-09-23
* Revert "Use local encoding for input/output rather than forcing UTF8."John MacFarlane2012-09-23
* Use local encoding for input/output rather than forcing UTF8.John MacFarlane2012-09-23
* Export 'nested' in Parsing.John MacFarlane2012-09-12
* Text.Pandoc.Parsing: Handle trailing slash in 'uri'.John MacFarlane2012-09-12
* Parsing: Generalized type of withQuoteContext.John MacFarlane2012-09-09
* Changes to literate haskell options.John MacFarlane2012-08-08
* Made F a newtype, moved definitions to Parser.John MacFarlane2012-08-02
* Parsing: removed duplication of Key and Key'.John MacFarlane2012-08-01
* Major rewrite of markdown reader.John MacFarlane2012-08-01
* Removed commented-out pandoc2 code.John MacFarlane2012-07-27
* Parser: Changed types to use type alias Parser, not Parsec.John MacFarlane2012-07-27
* Fixed whitespace errors.John MacFarlane2012-07-26
* Parsing: Removed failIfStrict.John MacFarlane2012-07-26