• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[article List Test
2[quickbook 1.5]
3]
4
5Simple list:
6
7* A
8* B
9
10Simple list:
11
12#A
13#B
14
15Two level list:
16
17* A
18  * A
19  * B
20* B
21  * A
22  * B
23
24Two level list:
25
26# A
27  * A
28  * B
29# B
30  * A
31  * B
32
33Three level list:
34
35# A
36  * A
37  * B
38      * C
39      * D
40  * E
41  * F
42      * G
43      * H
44
45Three level list:
46
47# A
48  * A
49  * B
50      # C
51      # D
52# G
53# H
54
55Inconsistent Indentation:
56
57* A1
58  * B1
59  * B2
60    * C1
61    * C2
62   * B3
63   * B4
64  * B5
65   * C3
66  * B6
67 * A2
68* A3
69
70Markup in list:
71
72*   *Bold*
73*   [*Bold]
74*   ["Quoted]
75*   [footnote Footnote]
76
77Don't end list with comment 1:
78
79* A1
80* A2
81
82[/ End list?]
83* A3
84* A4
85
86Don't end list with comment 2:
87
88* A1
89  * B1
90
91[/ End list?]
92  * B2
93  * B3
94
95[section List immediately following markup]
96* One
97* Two
98* Three
99
100[endsect]
101
102[section List immediately following markup 2]
103* One
104[section Nested section]
105* Two
106[endsect]
107
108[endsect]
109