Small adjustments to writer tests.
[docutils.git] / docutils / test / functional / input / data / list_table.txt
blob7cac662ed96cebda8a6db9540d4b260aeef07c48
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: 95%
9    :widths: 10 8 20
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