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/test/functional/input | |
| 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/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/math.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/input/data/math.txt b/docutils/test/functional/input/data/math.txt index 08583d4ad..99f42b6eb 100644 --- a/docutils/test/functional/input/data/math.txt +++ b/docutils/test/functional/input/data/math.txt @@ -49,7 +49,7 @@ physical system changes in time. Math-Accents: .. list-table:: :class: borderless - :widths: 26 26 26 + :width: 100% * - :math:`\acute{a}` ``\acute{a}`` - :math:`\dot{t}` ``\dot{t}`` |
