aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Revert "Refined constraint for HasQuoteContext instance."John MacFarlane1-1/+1
2017-02-20Refined constraint for HasQuoteContext instance.John MacFarlane1-1/+1
2017-02-20Removed redundant constraint.John MacFarlane1-2/+1
2017-02-17Parsing: Added HasLogMessages, logMessage, reportLogMessages.John MacFarlane1-0/+25
2017-02-11Use new warnings throughout the code base.John MacFarlane1-2/+8
2017-02-07Refactored some files formerly in LaTeX reader.John MacFarlane1-0/+23
2017-02-07Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane1-3/+3
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane1-1/+1
2017-01-27Removed Shared.compactify.John MacFarlane1-12/+12
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane1-1/+1
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-5/+1
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-4/+4
2017-01-25LaTeX reader: Proper include file processing.John MacFarlane1-0/+2
2017-01-25Parsing: Removed obsolete warnings stuff.John MacFarlane1-21/+3
2017-01-25Remove OverlappingInstances pragma.Jesse Rosenthal1-1/+0
2017-01-25Try adding OverlappingInstances pragma to parsing.Jesse Rosenthal1-0/+1
2017-01-25Unify Errors.Jesse Rosenthal1-1/+1
2017-01-25Add IncoherentInstances pragma for HasQuotedContext.Jesse Rosenthal1-1/+3
2016-10-23Tighten up parsing of raw email addresses.John MacFarlane1-4/+13
2016-10-13Allow empty lines when parsing line blocksAlbert Krewinkel1-2/+5
2016-09-02Remove TagSoup compatJesse Rosenthal1-3/+3
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-07-15Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane1-1/+1
2016-07-14Fixed compiler warnings.John MacFarlane1-3/+3
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-6/+6
2016-01-08Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane1-0/+1
2016-01-08Entity handling fixes:John MacFarlane1-1/+4
2015-12-12Fixed cite key parsing regression.John MacFarlane1-1/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-2/+14
2015-11-13Allow `://` in citation keys.John MacFarlane1-1/+2
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+0
2015-08-05Parsing: Add `extractIdClass`, modified type of `KeyTable`.John MacFarlane1-2/+14
2015-07-23Parsing: toKey: strip off outer brackets.John MacFarlane1-2/+4
2015-07-14Improved bare autolink detection.John MacFarlane1-3/+2
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane1-1/+3
2015-05-11HTML reader: Fixed detection of self-closing tags.John MacFarlane1-1/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-18Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane1-22/+33
2015-04-17Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane1-1/+1
2015-04-18MD Reader: Smart `'` after inline mathNikolay Yakimov1-1/+6
2015-02-18Add Text.Pandoc.Error module with PandocError typeMatthew Pickering1-13/+6
2015-02-18Allow digit as first character of a citation key.Matthias C. M. Troffaes1-1/+1
2015-02-18Factor out "returnState" into Parsing moduleMatthew Pickering1-0/+5
2015-02-18Generalise signature of addWarningMatthew Pickering1-1/+1
2015-02-18Add check to see whether in a footnote to ParserState (to avoid circular foot...Matthew Pickering1-2/+4
2015-02-18Remove F monad from ParsingMatthew Pickering1-24/+2