• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[article Heading Test 1.6
2[quickbook 1.6]
3]
4
5[/ Basic headers ]
6
7[heading Generic header]
8[h1 Level 1]
9[h2 Level 2]
10[h3 Level 3]
11[h4 Level 4]
12[h5 Level 5]
13[h6 Level 6]
14
15[/ Test how heading ids are generated when different types of markup are present]
16
17[h1 *Bold*]
18[h1 [/]Comment[/]]
19
20[/ Test how ids are generated for headings containing things like anchors
21   and links ]
22
23[h1 [#anchor]Anchor heading]
24[h1 [link anchor Link heading]]
25
26[/ Test how heading ids are generated inside sections]
27
28[h1 H1]
29
30[section:s1 S1]
31
32[heading H2]
33
34[section:s2 S2]
35
36[h3 H3]
37
38[endsect]
39
40[h2 H4]
41
42[section:s3 S3]
43
44[heading H5]
45
46[endsect]
47
48[h2 H6]
49
50[endsect]
51
52[h1 H7]
53
54[/ Repeat with explicit ids]
55
56[h1:a1 H1]
57
58[section:s1 S1]
59
60[h2:a2 H2]
61
62[section:s2 S2]
63
64[h3:a3 H3]
65
66[endsect]
67
68[h2:a4 H4]
69
70[section:s3 S3]
71
72[h3:a5 H5]
73
74[endsect]
75
76[heading:a6 H6]
77
78[endsect]
79
80[h1:a7 H7]
81