rst-parser icon indicating copy to clipboard operation
rst-parser copied to clipboard

Add support for rowspan in tables

Open weaverryan opened this issue 6 years ago • 3 comments

After #100, a lot more table structures are supported, but rowspan is still not supported, but could now be added for "pretty/grid" tables: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#grid-tables

weaverryan avatar Apr 30 '19 14:04 weaverryan

Sort-of related is that the mapping table of the "types" page is a proper "grid table": https://github.com/doctrine/dbal/blob/master/docs/en/reference/types.rst But the rendering is broken: https://www.doctrine-project.org/projects/doctrine-dbal/en/2.10/reference/types.html#mapping-matrix

Screenshots

ReST document

2019-12-10 at 10 39

In website

2019-12-10 at 10 38

apfelbox avatar Dec 10 '19 09:12 apfelbox

It's possible that @jwage just hasn't updated that rendering since #100? But indeed, it also may be due to the rowspan issue. Tables are hard - #100 took quite a lot of effort.

weaverryan avatar Dec 10 '19 13:12 weaverryan

The Doctrine website just hasn't been updated to use the latest rst-parser yet.

jwage avatar Dec 10 '19 17:12 jwage