You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
610 B
34 lines
610 B
List Tables |
|
----------- |
|
|
|
Here's a list table exercising all features: |
|
|
|
.. list-table:: list table with integral header |
|
:class: test |
|
:widths: 10 20 30 |
|
:header-rows: 1 |
|
:stub-columns: 1 |
|
|
|
* - Treat |
|
- Quantity |
|
- Description |
|
* - Albatross |
|
- 2.99 |
|
- On a stick! |
|
* - Crunchy Frog |
|
- 1.49 |
|
- If we took the bones out, it wouldn't be |
|
crunchy, now would it? |
|
* - Gannet Ripple |
|
- 1.99 |
|
- On a stick! |
|
|
|
.. list-table:: center aligned list table |
|
:align: center |
|
|
|
* - Albatross |
|
- 2.99 |
|
* - Crunchy Frog |
|
- 1.49 |
|
* - Gannet Ripple |
|
- 1.99
|
|
|