summaryrefslogtreecommitdiff
path: root/sandbox/paultremblay/python_interface/test_files/table_simple.rst
blob: 53702128986d86984b80a6ccc7a36e7fcdb4362a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Text before table.

=====  =====
col 1  col 2
=====  =====
1      Second column of row 1.
2      Second column of row 2.
       Second line of paragraph.
3      - Second column of row 3.

       - Second item in bullet
         list (row 3, column 2).
\      Row 4; column 1 will be empty.
=====  =====

Text after table.