summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-07-30 17:56:44 +0200
committerGitHub <noreply@github.com>2022-07-30 08:56:44 -0700
commitc015c35a8a7026dd7ee3207053319e886fa637c2 (patch)
tree0f24979fd42d380650c949e2b33bda76d8cbb8df /data
parentde5620b04df540d11efdf96fb142b63b5ec4d3c5 (diff)
Support rowspans and colspans in grid tables (#8202)
* Add tests for zero-width and fullwidth chars in grid tables * T.P.Parsing: simplify `gridTableWith'`, `gridTableWith` [API Change] The functions `gridTableWith` and `gridTableWith'` no longer takes a boolean argument that toggles whether a table head should be parsed: both, tables with heads and without heads, are always accepted now. * Support colspans, rowspans, and multirow headers in grid tables. Grid tables in Markdown, reStructuredText, and Org can now contain cells spanning over multiple columns and/or multiple rows; table headers containing multiple rows are supported as well. Note: the markdown writer does not yet support these more complex grid table features.
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions