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