removed obsolete issues (many of them fixed with AE)
[docutils.git] / sandbox / grubert / test / tables-multirow.txt
blob44bcc5e77a701edbf03f4bbf642c606237a5407a
1 Multirows dont work.
3 Attention
4 ---------
6 * cell spanning in multirow table is missing !
7 * blank lines in multirows are not alloed
9 .. table:: row on left side
11    +------+-------+
12    | left | right |
13    | span +-------+
14    |      | single|
15    +------+-------+
16    | belo | b too |
17    +------+-------+
19 .. table:: row on right side
21    +------+------+
22    | abov | e    |
23    +------+------+
24    | left | right|
25    +------+ right|
26    | left | right|
27    +------+------+
29 .. table:: row in the midle
31    +------+------+------+
32    | left | mid  | right|
33    +------+ mid  +------+
34    | left | mid  | right|
35    +------+------+------+
37 .. table:: row left and right
39    +------+------+-------+
40    | left | mid  | right |
41    | left +------+ 2     |
42    |      | mid  | right |
43    +------+------+-------+