summaryrefslogtreecommitdiff
path: root/sandbox/rst2graph/tests/variantsDot/input/selectTable.rst
blob: 5d7dd6173bc273e59192d168618a4a60c71f6513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Section A
=========

+--------+-----+
|_`One`  |\-   |
+--------+-----+
|_`Two`  |One_ |
+--------+-----+
|_`Three`|One_,|
|        |Two_ |
+--------+-----+

Some more _`internal` targets.

Section B
=========

.. list-table:: Second table

   * * _`First`
     * One_

   * * _`Second`
     * First_, Second_

   * * _`Third`
     * \-

Other references to internal_ targets must be ignored.