1complex tables
2==============
3
4grid table
5----------
6
7+---------+---------+---------+
8| header1 | header2 | header3 |
9+=========+=========+=========+
10| cell1-1 | cell1-2 | cell1-3 |
11+---------+         +---------+
12| cell2-1 |         | cell2-3 |
13+         +---------+---------+
14|         | cell3-2-par1      |
15+---------+                   |
16| cell4-1 | cell3-2-par2      |
17+---------+---------+---------+
18| cell5-1                     |
19+---------+---------+---------+
20
21complex spanning cell
22---------------------
23
24table having ...
25
26* consecutive multirow at top of row (1-1 and 1-2)
27* consecutive multirow at end of row (1-4 and 1-5)
28
29+-----------+-----------+-----------+-----------+-----------+
30|           |           |  cell1-3  |           |           |
31|           |           +-----------+           |  cell1-5  |
32|  cell1-1  |  cell1-2  |           |  cell1-4  |           |
33|           |           |  cell2-3  |           +-----------+
34|           |           |           |           |  cell3-5  |
35+-----------+-----------+-----------+-----------+-----------+
36