summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/table-1_7.quickbook
blob: 84d68f71d4c58d1c63a0b4ddbdf8316d1e0eb1a0 (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[article Table 1.7
    [quickbook 1.7]
    [id table_tests]
]

[table:table1 Table 1 [[Heading]][[cell]]]

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

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

[table:table4
    [[Heading]]
    [[cell]]
]

[table:-table5-
    [[Heading]]
    [[cell]]
]

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

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

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

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

[table [/ Multi line
comment]
    [[Heading]]
    [[Cell 1]]
    [[Cell 2]]
]

[table Title on multiple
    lines with *bold* text?
    [[Heading]]
    [[Cell 1]]
    [[Cell 2]]
]

[section:section1 Section 1]

[table:table1 Table 1
    [[Heading]]
    [[cell]]
]

[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.
    ]
  ]
  [
    [
Row 2. Cell 1.

* Row 2. Cell 1. List item 1.
* Row 2. Cell 1. List item 2.
    ]
    [
      Row 2. Cell 2.

      * Row 2. Cell 2. List item 1.
      * Row 2. Cell 2. List item 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]]
]

[template id_value[] id123]
[table:[id_value] Table with template id]

[endsect]