• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[article Table 1.5
2    [quickbook 1.5]
3    [id table_tests]
4]
5
6[table:table1 Table 1
7    [[Heading]]
8    [[cell]]
9]
10
11[table Table 2
12    [[Heading]]
13    [[cell]]
14]
15
16[table
17    [[Heading]]
18    [[cell]]
19]
20
21[table:table4
22    [[Heading]]
23    [[cell]]
24]
25
26[table:-table5-
27    [[Heading]]
28    [[cell]]
29]
30
31[table [/ Comment?] Title
32    [[Heading]]
33    [[cell]]
34]
35
36[table [/ Multi line
37comment] Title
38    [[Heading]]
39    [[cell]]
40]
41
42[table Title [/  ] containing a comment
43    [[Heading]]
44    [[cell]]
45]
46
47[/ These two might be considered to be a bug. ]
48
49[table [/ Multi line
50comment]
51    Title
52    [[Heading]]
53    [[cell]]
54]
55
56[table [/ Multi line
57comment]
58    [[Title]]
59    [[Heading]]
60    [[cell]]
61]
62
63[section:section1 Section 1]
64
65[table:table1 Table 1
66    [[Heading]]
67    [[cell]]
68]
69
70[table A & B
71    [[A][B]]
72    [[a][b]]
73]
74
75[table Empty Table
76]
77
78[table Table with an empty cell
79[[x]]]
80
81[table Indentation
82  [
83    [
84      Header 1. Paragraph 1
85
86      Header 1. Paragraph 2
87    ]
88    [
89      Header 2
90    ]
91  ]
92  [
93    [
94      Row 1. Cell 1.
95    ]
96    [
97      Row 1. Cell 2.
98
99      Row 1. Cell 2. Paragraph 2.
100    ]
101  ]
102]
103
104[table Nested Tables
105  [
106    [
107      Header 1
108    ]
109    [
110      Header 2
111    ]
112  ]
113  [
114    [
115      [table Inner Table
116        [[1.1][1.2]]
117        [[2.1][2.2]]
118      ]
119    ]
120  ]
121  [
122    [
123      Something.
124    ]
125  ]
126]
127
128[#id1]
129[table Table with anchors
130[[[#id2]a[#id3]]][[b]]
131]
132
133[endsect]
134