removed obsolete issues (many of them fixed with AE)
[docutils.git] / sandbox / felixwiemann / testing / data / table_complex.txt
blob8ff37180e64c83ac9fb09c3c9ac8084ab6536d39
1 Complex tables
2 --------------
4 Here's a complex table, which should test all features.
6 +------------------------+------------+----------+----------+
7 | Header row, column 1   | Header 2   | Header 3 | Header 4 |
8 | (header rows optional) |            |          |          |
9 +========================+============+==========+==========+
10 | body row 1, column 1   | column 2   | column 3 | column 4 |
11 +------------------------+------------+----------+----------+
12 | body row 2             | Cells may span columns.          |
13 +------------------------+------------+---------------------+
14 | body row 3             | Cells may  | - Table cells       |
15 +------------------------+ span rows. | - contain           |
16 | body row 4             |            | - body elements.    |
17 |                        | Paragraph. |                     |
18 +------------------------+------------+----------+----------+
19 | body row 5             | Cells may also be     |          |
20 |                        | empty: ``-->``        |          |
21 +------------------------+-----------------------+----------+