We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
:width: 100
:widths: 30, 50, 20
Is my grammar incorrect or, if it is OK, is this not an output I should expect?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
:width: 100
):widths: 30, 50, 20
)Is my grammar incorrect or, if it is OK, is this not an output I should expect?
The text was updated successfully, but these errors were encountered: