Fix :width: option for the table directives.
[docutils.git] / docutils / test / functional / input / data / list_table.txt
blob27315c9e29e90782a17ba368650a41731d06ce85
1 List Tables
2 -----------
4 Here's a list table exercising all features:
6 .. list-table:: list table with integral header
7    :class: test
8    :width: 40em
9    :widths: 10 20 30
10    :header-rows: 1
11    :stub-columns: 1
13    * - Treat
14      - Quantity
15      - Description
16    * - Albatross
17      - 2.99
18      - On a stick!
19    * - Crunchy Frog
20      - 1.49
21      - If we took the bones out, it wouldn't be
22        crunchy, now would it?
23    * - Gannet Ripple
24      - 1.99
25      - On a stick!
27 .. list-table:: center aligned list table
28    :align: center
29    :widths: auto
31    * - Albatross
32      - 2.99
33    * - Crunchy Frog
34      - 1.49
35    * - Gannet Ripple
36      - 1.99