summaryrefslogtreecommitdiff
path: root/test/tables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'test/tables.rst')
-rw-r--r--test/tables.rst68
1 files changed, 34 insertions, 34 deletions
diff --git a/test/tables.rst b/test/tables.rst
index eaef50d28..e76c505aa 100644
--- a/test/tables.rst
+++ b/test/tables.rst
@@ -2,41 +2,41 @@ Simple table with caption:
.. table:: Demonstration of simple table syntax.
- +---------+--------+----------+-----------+
- | Right | Left | Center | Default |
- +=========+========+==========+===========+
- | 12 | 12 | 12 | 12 |
- +---------+--------+----------+-----------+
- | 123 | 123 | 123 | 123 |
- +---------+--------+----------+-----------+
- | 1 | 1 | 1 | 1 |
- +---------+--------+----------+-----------+
+ +-------+------+--------+---------+
+ | Right | Left | Center | Default |
+ +=======+======+========+=========+
+ | 12 | 12 | 12 | 12 |
+ +-------+------+--------+---------+
+ | 123 | 123 | 123 | 123 |
+ +-------+------+--------+---------+
+ | 1 | 1 | 1 | 1 |
+ +-------+------+--------+---------+
Simple table without caption:
-+---------+--------+----------+-----------+
-| Right | Left | Center | Default |
-+=========+========+==========+===========+
-| 12 | 12 | 12 | 12 |
-+---------+--------+----------+-----------+
-| 123 | 123 | 123 | 123 |
-+---------+--------+----------+-----------+
-| 1 | 1 | 1 | 1 |
-+---------+--------+----------+-----------+
++-------+------+--------+---------+
+| Right | Left | Center | Default |
++=======+======+========+=========+
+| 12 | 12 | 12 | 12 |
++-------+------+--------+---------+
+| 123 | 123 | 123 | 123 |
++-------+------+--------+---------+
+| 1 | 1 | 1 | 1 |
++-------+------+--------+---------+
Simple table indented two spaces:
.. table:: Demonstration of simple table syntax.
- +---------+--------+----------+-----------+
- | Right | Left | Center | Default |
- +=========+========+==========+===========+
- | 12 | 12 | 12 | 12 |
- +---------+--------+----------+-----------+
- | 123 | 123 | 123 | 123 |
- +---------+--------+----------+-----------+
- | 1 | 1 | 1 | 1 |
- +---------+--------+----------+-----------+
+ +-------+------+--------+---------+
+ | Right | Left | Center | Default |
+ +=======+======+========+=========+
+ | 12 | 12 | 12 | 12 |
+ +-------+------+--------+---------+
+ | 123 | 123 | 123 | 123 |
+ +-------+------+--------+---------+
+ | 1 | 1 | 1 | 1 |
+ +-------+------+--------+---------+
Multiline table with caption:
@@ -70,13 +70,13 @@ Multiline table without caption:
Table without column headers:
-+-------+-------+-------+-------+
-| 12 | 12 | 12 | 12 |
-+-------+-------+-------+-------+
-| 123 | 123 | 123 | 123 |
-+-------+-------+-------+-------+
-| 1 | 1 | 1 | 1 |
-+-------+-------+-------+-------+
++-----+-----+-----+-----+
+| 12 | 12 | 12 | 12 |
++-----+-----+-----+-----+
+| 123 | 123 | 123 | 123 |
++-----+-----+-----+-----+
+| 1 | 1 | 1 | 1 |
++-----+-----+-----+-----+
Multiline table without column headers: