• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[article Heading Test 1.1]
2
3[/ Basic headers ]
4
5[heading Generic header]
6[h1 Level 1]
7[h2 Level 2]
8[h3 Level 3]
9[h4 Level 4]
10[h5 Level 5]
11[h6 Level 6]
12
13[/ Test how heading ids are generated when different types of markup are present]
14
15[h1 *Bold*]
16[h1 [/]Comment[/]]
17
18[/ Headings that look like ids]
19
20[h1:notanid]
21[h1:also not an id]
22
23[/ Test how ids are generated for headings containing things like anchors
24   and links ]
25
26[h1 [#anchor]Anchor heading]
27[h1 [link anchor Link heading]]
28
29[/ Test how heading ids are generated inside sections]
30
31[h1 H1]
32
33[section:s1 S1]
34
35[h2 H2]
36
37[section:s2 S2]
38
39[h3 H3]
40
41[endsect]
42
43[heading H4]
44
45[section:s3 S3]
46
47[h3 H5]
48
49[endsect]
50
51[heading H6]
52
53[endsect]
54
55[h1 H7]
56