• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[article Heading Test 1.5
2[quickbook 1.5]
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[/ Headings that look like ids]
21
22[h1:notanid]
23[h1:also not an id]
24
25[/ Test how ids are generated for headings containing things like anchors
26   and links ]
27
28[h1 [#anchor]Anchor heading]
29[h1 [link anchor Link heading]]
30
31[/ Test how heading ids are generated inside sections]
32
33[heading H1]
34
35[section:s1 S1]
36
37[h2 H2]
38
39[section:s2 S2]
40
41[h3 H3]
42
43[endsect]
44
45[h2 H4]
46
47[section:s3 S3]
48
49[heading H5]
50
51[endsect]
52
53[h2 H6]
54
55[endsect]
56
57[h1 H7]
58