Open
Description
It appears that rendering of RestructuredText tables does not implement the table width settings given as table directives (ref: https://docutils.sourceforge.io/docs/ref/rst/directives.html#table).
There are some examples in my project: https://github.com/gamesbook/pyprototypr/blob/master/docs/tables.rst
Basically, I would expect that:
- Tables are sized to fit the page (
:width: 100
) - Table columns are given percentage width allocations (
:widths: 30, 50, 20
)
Is my grammar incorrect or, if it is OK, is this not an output I should expect?
Metadata
Metadata
Assignees
Labels
No labels