aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
AgeCommit message (Expand)Author
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-14Parsing: Rename takeWhileP -> take1WhileP and clean it up.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-11Fix typos (#5896)Brian Wignall
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane
2019-08-27Add stateAllowLineBreaks to ParserState. [API change]John MacFarlane
2019-08-26parseFromString': reset stateLastStrPos to Nothing before parse.John MacFarlane
2019-08-26Fix inline parsing in grid table cells.John MacFarlane
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-12-31Remove unused HasHeaderMap (#5175)Alexander
2018-12-17Parsing: use safeRead instead of read.John MacFarlane
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane
2018-11-08Remove Functor and Applicative constraints where Monad already existsAlexander Krotov
2018-11-03Make readWithM accept Text input as well as String (API change)Alexander Krotov
2018-11-02Fix readWithM with Stream.John MacFarlane
2018-11-02T.P.Parsing: Generalize readWithM to any Char Stream.John MacFarlane
2018-11-01Remove Monad constraint implied by StreamAlexander Krotov
2018-11-01hlint Parsing.hsAlexander Krotov
2018-11-01Make `uri` accept any stream with Char tokensAlexander Krotov
2018-11-01Rewrite "uri" without "withRaw"Alexander Krotov
2018-10-31Generalize gridTableWith to any streams with Char tokensAlexander Krotov
2018-10-31Generalize parseFromString'Alexander Krotov
2018-10-31Generalize parseFromString to any streams with Char tokenAlexander Krotov
2018-10-29LaTeX reader: allow space at end of math after `\`.John MacFarlane
2018-10-10Pandoc.Parsing: rewrite nonspaceChar using noneOfAlexander Krotov
2018-08-10Avoid incomplete pattern patch.John MacFarlane
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane
2018-07-02Spellcheck commentsAlexander Krotov
2018-05-09Parsing: Lookahead for non-whitespace after single/double quote start.John MacFarlane
2018-04-19Parsing.uri: don't treat `*` characters at end as part of URI.John MacFarlane
2018-04-09Fix a commentAlexander Krotov
2018-03-21Parsing: Fix romanNumeral parser.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-03-15Remove redundant import.John MacFarlane
2018-03-13Require pandoc-types 1.17.4.John MacFarlane
2018-02-23Export improved sepBy1 from Text.Pandoc.ParsingAlexander Krotov
2018-02-19Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags readerAlexander Krotov
2018-01-31Export list marker parsers from Text.Pandoc.ParsingAlexander Krotov
2018-01-19hlint code improvements.John MacFarlane