summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/data/table_rowspan.txt
blob: 5df3109c488a16e1ddc1fee8559986c5bcc53ddd (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  | Another          |
+------------------------+ span rows. | rowspanning      |
| body row 3             |            | cell.            |
+------------------------+------------+------------------+