~ubuntu-branches/ubuntu/hardy/python-docutils/hardy

« back to all changes in this revision

Viewing changes to test/functional/input/data/table_rowspan.txt

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Rowspanning tables
 
2
------------------
 
3
 
 
4
Here's a table with cells spanning several rows:
 
5
 
 
6
+------------------------+------------+------------------+
 
7
| Header row, column 1   | Header 2   | Header 3         |
 
8
| (header rows optional) |            |                  |
 
9
+========================+============+==================+
 
10
| body row 1, column 1   | column 2   | column 3         |
 
11
+------------------------+------------+------------------+
 
12
| body row 2             | Cells may  | Another          |
 
13
+------------------------+ span rows. | rowspanning      |
 
14
| body row 3             |            | cell.            |
 
15
+------------------------+------------+------------------+