summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/table-1_3.quickbook
blob: 1dc04891140ef8fe1a3303a6c3fdaf1c7f94608f (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[article Table 1.3
    [quickbook 1.3]
    [id table_tests]
]

[table Table 2
    [[Heading]]
    [[cell]]
]

[table
    [[Heading]]
    [[cell]]
]

[table [/ Comment?] Title
    [[Heading]]
    [[cell]]
]

[table [/ Multi line
comment] Title
    [[Heading]]
    [[cell]]
]

[table Title [/  ] containing a comment
    [[Heading]]
    [[cell]]
]

[/ These two might be considered to be a bug. ]

[table [/ Multi line
comment]
    Title
    [[Heading]]
    [[cell]]
]

[table [/ Multi line
comment]
    [[Title]]
    [[Heading]]
    [[cell]]
]

[section:section1 Section 1]

[table A & B
    [[A][B]]
    [[a][b]]
]

[table Empty Table
]

[table Table with an empty cell
[[x]]]

[table Indentation
  [
    [
      Header 1. Paragraph 1

      Header 1. Paragraph 2
    ]
    [
      Header 2
    ]
  ]
  [
    [
      Row 1. Cell 1.
    ]
    [
      Row 1. Cell 2.

      Row 1. Cell 2. Paragraph 2.
    ]
  ]
]

[table Nested Tables
  [
    [
      Header 1
    ]
    [
      Header 2
    ]
  ]
  [
    [
      [table Inner Table
        [[1.1][1.2]]
        [[2.1][2.2]]
      ]
    ]
  ]
  [
    [
      Something.
    ]
  ]
]

[#id1]
[table Table with anchors
[[[#id2]a[#id3]]][[b]]
]

[endsect]