summaryrefslogtreecommitdiff
path: root/sandbox/grubert/test/tables-multirow.txt
blob: 40ad6906d9c8df10e8411c244ada4009999b2dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Multirows dont work.

Attention
---------

* cell spanning in multirow table is missing !
* blank lines in multirows are not alloed

.. table:: row on left side

   +------+-------+
   | left | right |
   | span +-------+
   |      | single|
   +------+-------+
   | belo | b too |
   +------+-------+

.. table:: row on right side

   +------+------+
   | abov | e    |
   +------+------+
   | left | right|
   +------+ right|
   | left | right|
   +------+------+

.. table:: row in the midle

   +------+------+------+
   | left | mid  | right|
   +------+ mid  +------+
   | left | mid  | right|
   +------+------+------+

.. table:: row left and right

   +------+------+-------+
   | left | mid  | right |
   | left +------+ 2     |
   |      | mid  | right |
   +------+------+-------+

.. table:: row on left side

   +------+---+-------+
   | left | 1 | right |
   | span |   +-------+
   |      |   | secnd |
   |      +---+-------+
   |      |   | 3rd   |
   |      |   +-------+
   |      |   | single|
   +------+---+-------+
   | belo | 3 | b too |
   +------+---+-------+