summaryrefslogtreecommitdiff
path: root/test/functional/input/data/table_rowspan.txt
blob: 0ccb0f71dd5cf5ca57e001aeadc702f3fbbbf317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Rowspanning tables
------------------

Here's a table with cells spanning several rows:

+------------------------+------------+------------------+
| Header row, column 1   | Header 2   | Header 3         |
| (header rows optional) |            |                  |
+========================+============+==================+
| body row 1, column 1   | column 2   | column 3         |
+------------------------+------------+------------------+
| body row 2             | Cells may  | - Table cells    |
+------------------------+ span rows. | - contain        |
| body row 3             |            | - body elements. |
+------------------------+------------+------------------+