summaryrefslogtreecommitdiff
path: root/tools/quickbook/test/list_test-1_6-fail.quickbook
blob: 7ca8a9399338e1a6c84d365aacbcc2d828b3364b (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
[article List Test
[quickbook 1.6]
]

Markup in list:

*   [table [[Heading]][[Cell]]]
*   [heading The heading for a list item]

    The content of the list item.

[section Paragraphs in list items]

* A1

  A2

* B1
  * C1

   C2

  B2

* D1
    * E1

     E2

    E3

   D2

[endsect]

[section Indented code blocks in lists]

* A

    B
  C
* D

    E
* F
[endsect]