From e687396c4491d6e120ee2e2b576b9a76aa69fea4 Mon Sep 17 00:00:00 2001 From: milde Date: Fri, 1 Oct 2021 13:39:33 +0000 Subject: 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 --- docutils/docs/ref/rst/directives.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docutils/docs/ref') 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. -- cgit v1.2.1