aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing/GridTable.hs
AgeCommit message (Expand)Author
2024-09-08Avoid use of partial function 'tail'.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-15Minor code cleanups.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-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