summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
Commit message (Expand)AuthorAge
* Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane2017-05-17
|\
| * Move anyLineNewline to Parsing.hsAlexander Krotov2017-05-17
* | Parsing: add `insertIncludedFilesF` which returns F blocksAlbert Krewinkel2017-05-14
* | Parsing: introduce `HasIncludeFiles` type classAlbert Krewinkel2017-05-14
* | Parsing: replace partial with total functionAlbert Krewinkel2017-05-14
|/
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Combine grid table parsersAlbert Krewinkel2017-05-11
* Generalize tableWith, gridTableWithAlbert Krewinkel2017-05-02
* Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel2017-04-30
* Avoid parsing "Notes:**" as a bare URI.John MacFarlane2017-04-15
* Better handling of \part in LaTeX.John MacFarlane2017-03-13
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Improved behavior of `auto_identifiers` when there are explicit ids.John MacFarlane2017-03-12
* Use pMacroDefinition in macro (for more direct parsing).John MacFarlane2017-03-10
* RST reader: support RST-style citations.John MacFarlane2017-03-03
* Revert "Refined constraint for HasQuoteContext instance."John MacFarlane2017-02-20
* Refined constraint for HasQuoteContext instance.John MacFarlane2017-02-20
* Removed redundant constraint.John MacFarlane2017-02-20
* Parsing: Added HasLogMessages, logMessage, reportLogMessages.John MacFarlane2017-02-17
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* 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