diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-10-01 13:39:33 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-10-01 13:39:33 +0000 |
| commit | e687396c4491d6e120ee2e2b576b9a76aa69fea4 (patch) | |
| tree | e2595479283784353a6665c515317ccd4e1df8bb /docutils/docs/ref | |
| parent | 03130753046e2d6ffdc1a0629cce3598e644dc11 (diff) | |
| download | docutils-e687396c4491d6e120ee2e2b576b9a76aa69fea4.tar.gz | |
HTML5: New default for table column widths (fixes bug #426).
Only specify table column widths, if the "widths" option is set
and is not "auto".
The `table_style`_ setting "colwidths-grid" restores the
current default.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8836 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index 17cf56baa..ece53719c 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -768,6 +768,8 @@ The following options are recognized: Sets the width of the table to the specified length or percentage of the line width. If omitted, the renderer determines the width of the table based on its contents or the column ``widths``. + + .. _column-widths: ``widths`` : "auto", "grid", or a list of integers A list of relative column widths. |
