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

RestructuredText: table width directives are not properly rendered #1904

Open
gamesbook opened this issue Nov 24, 2024 · 0 comments
Open

RestructuredText: table width directives are not properly rendered #1904

gamesbook opened this issue Nov 24, 2024 · 0 comments

Comments

@gamesbook
Copy link

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:

  1. Tables are sized to fit the page (:width: 100)
  2. 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?

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

No branches or pull requests

1 participant