aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing
AgeCommit message (Expand)Author
2025-12-14Markdown reader: fix parsing of inline math (`$...$`) (#11348)benniekiss
2025-10-04Small improvement to oneOfStrings.John MacFarlane
2025-10-03Parsing.General: Rewrite `oneOfStrings'` with less conversion to string.John MacFarlane
2025-09-09RST Reader: Add col spans for simple tablesTuong Nguyen Manh
2025-09-02RST Reader: Support multiple header rows (#11057)TuongNM
2025-02-13Smart quote parsing: ignore curly quotes.John MacFarlane
2024-12-20Correct example in charsInBalancedEvan Silberman
2024-10-16RST reader: handle block level substitutions.John MacFarlane
2024-09-08Avoid use of partial function 'tail'.John MacFarlane
2024-05-03Markdown reader: allow repeated labels in numbered example lists.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-11-15Markdown reader: don't change newlines to spaces in math.John MacFarlane
2023-04-17Remove unnecessary 'spaces' in parseFromString.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-29Re-export lookupEntity from Text.Pandoc.XML [API change].John MacFarlane
2022-10-29T.P.Parsing.General: change `characterReference`, `charsInBalanced`.John MacFarlane
2022-10-20Text.Pandoc.Parsing: remove `nested` [API change].John MacFarlane
2022-10-19T.P.Shared: remove `mapLeft` [API change].John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18Revert "T.P.Parsing: export `registerIdentifier`."John MacFarlane
2022-10-18T.P.Parsing: export `registerIdentifier`.John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-03Rename T.P.Readers.LaTeX.Types -> T.P.TeX.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-09-01Use dev version of gridtablesAlbert Krewinkel
2022-07-30Support rowspans and colspans in grid tables (#8202)Albert Krewinkel
2022-07-18Parsing.GridTable: remove use of unsafe function `last`Albert Krewinkel
2022-06-19Future compat against liftA2 export from Prelude (#8132)Georgi Lyubenov
2022-03-31Revert "Parsing.General: make manyChar1, etc. more strict."John MacFarlane
2022-03-31Parsing.General: make manyChar1, etc. more strict.John MacFarlane
2022-03-25Rename T.P.Parsing.Combinators -> T.P.Parsing.General.John MacFarlane
2022-03-24[API change] Unify grid table parsing (#7971)Albert Krewinkel
2022-03-18Parsing.GridTable: simplify column handling code.Albert Krewinkel
2022-03-12Document more functions in T.P.Parsing and T.P.Shared.Albert Krewinkel
2022-03-11Parsing: partition module into (internal) submodules (#7962)Albert Krewinkel