File: table_rowspan.txt

package info (click to toggle)
python-docutils 0.13.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,728 kB
  • ctags: 7,259
  • sloc: python: 43,776; lisp: 13,142; xml: 1,644; sh: 164; makefile: 151
file content (15 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (11)
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.            |
+------------------------+------------+------------------+