summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
Commit message (Expand)AuthorAge
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane2017-02-07
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Removed Shared.compactify.John MacFarlane2017-01-27
* Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane2017-01-25
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Make Extensions a custom type instead of a Set Extension.John MacFarlane2017-01-25
* LaTeX reader: Proper include file processing.John MacFarlane2017-01-25
* Parsing: Removed obsolete warnings stuff.John MacFarlane2017-01-25
* Remove OverlappingInstances pragma.Jesse Rosenthal2017-01-25
* Try adding OverlappingInstances pragma to parsing.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Add IncoherentInstances pragma for HasQuotedContext.Jesse Rosenthal2017-01-25
* Tighten up parsing of raw email addresses.John MacFarlane2016-10-23
* Allow empty lines when parsing line blocksAlbert Krewinkel2016-10-13
* Remove TagSoup compatJesse Rosenthal2016-09-02
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane2016-07-15
* Fixed compiler warnings.John MacFarlane2016-07-14
* Updated copyright dates to include 2016.John MacFarlane2016-03-22
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane2016-01-08
* Entity handling fixes:John MacFarlane2016-01-08
* Fixed cite key parsing regression.John MacFarlane2015-12-12
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Parsing: Add `extractIdClass`, modified type of `KeyTable`.John MacFarlane2015-08-05
* | Allow `://` in citation keys.John MacFarlane2015-11-13
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* 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