diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-03-24 19:59:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 11:59:20 -0700 |
| commit | b9eeb77df552e39148b02c16cbb65e6b1c7a248d (patch) | |
| tree | a0dc243393df830d404814b1b68a98eb8acf2798 /Makefile | |
| parent | 9fa2aeb489c1fe9aa6ac8013d77002f3c129f88d (diff) | |
[API change] Unify grid table parsing (#7971)
Grid table parsing in Markdown and rst are updated use the same
functions. Functions are generalized to meet requirements for both
formats.
This change also lays the ground for further generalizations in table
parsers, including support for advanced table features.
API changes in Text.Pandoc.Parsing:
- Parse results of functions `tableWith'` and `gridTableWith'` are now a
`mf TableComponents` instead of a quadruple of alignments, column
widths, header rows and body rows.
Additional exports from Text.Pandoc.Parsing:
- `tableWith'`
- `TableComponents`
- `TableNormalization`
- `toTableComponents`
- `toTableComponents'`
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
