summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
Commit message (Expand)AuthorAge
* Parsing: toKey: strip off outer brackets.John MacFarlane2015-07-23
* Improved bare autolink detection.John MacFarlane2015-07-14
* Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
* HTML reader: Fixed detection of self-closing tags.John MacFarlane2015-05-11
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane2015-04-18
* Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane2015-04-17
|\
| * Allow digit as first character of a citation key.Matthias C. M. Troffaes2015-02-18
* | MD Reader: Smart `'` after inline mathNikolay Yakimov2015-04-18
* | Add Text.Pandoc.Error module with PandocError typeMatthew Pickering2015-02-18
* | Factor out "returnState" into Parsing moduleMatthew Pickering2015-02-18
* | Generalise signature of addWarningMatthew Pickering2015-02-18
* | Add check to see whether in a footnote to ParserState (to avoid circular foot...Matthew Pickering2015-02-18
* | Remove F monad from ParsingMatthew Pickering2015-02-18
* | Changed parseWithWarnings to the more general returnWarnings parser transformerMatthew Pickering2015-02-18
* | Added generalize function which can be used to lift specialised parsers.Matthew Pickering2015-02-18
|/
* Text.Pandoc.Parsing: Change parseFromString to fail if not all input isMatthew Pickering2014-12-15
* Merge pull request #1805 from bergey/rstJohn MacFarlane2014-12-15
|\
| * RST Reader: compute Attrs when role is definedDaniel Bergey2014-12-12
| * expose warnings from RST reader; refactorDaniel Bergey2014-12-12
| * RST Reader: Warn about skipped directivesDaniel Bergey2014-12-08
* | Fixe autolinks with following punctuation.John MacFarlane2014-12-14
|/
* Parsing: fixed `inlineMath` so it handles `\text{..}` containing `$`.John MacFarlane2014-10-19
* Use texmath 0.7 interface.John MacFarlane2014-08-04
* Parsing: Added isbn and pmid schemesMatthew Pickering2014-07-27
* Generalised more in Parsing.hs to enable the use of custom stateMatthew Pickering2014-07-26
* Exported runParserT and StreamMatthew Pickering2014-07-22
* Generalised readWith to readWithMMatthew Pickering2014-07-22
* Fix behavior of `markdown_attribute` extension.John MacFarlane2014-07-20
* readWith: reverted generalization from f201bdcb.John MacFarlane2014-07-20
* Parsing: Simplified dash and ellipsis.John MacFarlane2014-07-12
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* Removed inline fmap from Parsing.hsMatthew Pickering2014-07-11
* Removed (>>~) functionMatthew Pickering2014-07-11
* Generalised all functions in Parsing.hsMatthew Pickering2014-07-11
* `Parsing`: Added `stateInHtmlBlock` to `ParserState`.John MacFarlane2014-07-07
* 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