• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[article List Test
2[quickbook 1.6]
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*   [table [[Heading]][[Cell]]]
77    Some text.
78*   [section Doesn't expand]
79    Blah, blah.
80    [endsect]
81
82* Paragraph cheat 1.
83  [block]
84  Paragraph cheat 2.
85* Paragraph cheat 3.
86  [block]
87  Paragraph cheat 4.
88
89Don't end list with comment 1:
90
91* A1
92* A2
93
94[/ End list?]
95* A3
96* A4
97
98Don't end list with comment 2:
99
100* A1
101  * B1
102
103[/ End list?]
104  * B2
105  * B3
106
107[section List immediately following markup]
108* One
109* Two
110* Three
111
112[endsect]
113
114[section List immediately following markup 2]
115* One
116[section Nested section]
117* Two
118[endsect]
119
120[endsect]
121