aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Use texmath 0.7 interface.John MacFarlane1-1/+2
2014-07-27Parsing: Added isbn and pmid schemesMatthew Pickering1-2/+2
2014-07-26Generalised more in Parsing.hs to enable the use of custom stateMatthew Pickering1-40/+53
2014-07-22Exported runParserT and StreamMatthew Pickering1-0/+2
2014-07-22Generalised readWith to readWithMMatthew Pickering1-10/+19
2014-07-20Fix behavior of `markdown_attribute` extension.John MacFarlane1-0/+2
2014-07-20readWith: reverted generalization from f201bdcb.John MacFarlane1-8/+8
2014-07-12Parsing: Simplified dash and ellipsis.John MacFarlane1-40/+13
2014-07-12Removed space at ends of lines in source.John MacFarlane1-37/+37
2014-07-11Removed inline fmap from Parsing.hsMatthew Pickering1-8/+8
2014-07-11Removed (>>~) functionMatthew Pickering1-9/+4
2014-07-11Generalised all functions in Parsing.hsMatthew Pickering1-128/+168
2014-07-07`Parsing`: Added `stateInHtmlBlock` to `ParserState`.John MacFarlane1-0/+2
2014-05-27Markdown reader: inline math must have nonspace before final `$`.John MacFarlane1-4/+6
2014-05-14Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel1-0/+13
2014-05-14Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel1-9/+23
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-05-03LaTeX reader: Better error messages with include files.John MacFarlane1-1/+1
2014-04-01Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering1-22/+21
2014-03-25Parsing: Added stateCaption.John MacFarlane1-1/+2
2014-03-25Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane1-28/+22
2014-03-25Whitespace change, and note:John MacFarlane1-0/+1
2014-03-25API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane1-31/+39
2014-03-24Parsing: Make F an instance of Applicative. Closes #1138.John MacFarlane1-2/+2
2014-02-15Clarified field values in RstCustomRoles.Merijn Verstraaten1-0/+4
2014-02-15Enhanced Pandoc's support for rST roles.Merijn Verstraaten1-0/+2
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