Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for rowspan in tables #105

Open
weaverryan opened this issue Apr 30, 2019 · 3 comments
Open

Add support for rowspan in tables #105

weaverryan opened this issue Apr 30, 2019 · 3 comments
Labels
Enhancement New feature or request

Comments

@weaverryan
Copy link
Collaborator

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

@jwage jwage added this to the 1.0.0 milestone Apr 30, 2019
@jwage jwage added the Enhancement New feature or request label Apr 30, 2019
@jwage jwage removed this from the 1.0.0 milestone Apr 30, 2019
@apfelbox
Copy link

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

@weaverryan
Copy link
Collaborator Author

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.

@jwage
Copy link
Member

jwage commented Dec 10, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants