blob: cad0e03115d993d0866549cbe6cde0d01104183b (
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>
Heading Test 1.5
</h3>
<div class="toc">
<p>
<b>Table of contents</b>
</p>
<ul>
<li>
<a href="#heading_test_1_5.s1">S1</a>
</li>
</ul>
</div>
<h2 id="heading_test_1_5.generic_header">
Generic header
</h2>
<h1 id="heading_test_1_5.level_1">
Level 1
</h1>
<h2 id="heading_test_1_5.level_2">
Level 2
</h2>
<h3 id="heading_test_1_5.level_3">
Level 3
</h3>
<h4 id="heading_test_1_5.level_4">
Level 4
</h4>
<h5 id="heading_test_1_5.level_5">
Level 5
</h5>
<h6 id="heading_test_1_5.level_6">
Level 6
</h6>
<h1 id="heading_test_1_5._emphasis_role__bold__bold__emphasis_">
<span class="bold"><strong>Bold</strong></span>
</h1>
<h1 id="heading_test_1_5.comment">
Comment
</h1>
<h1 id="heading_test_1_5._notanid">
:notanid
</h1>
<h1 id="heading_test_1_5._also_not_an_id">
:also not an id
</h1>
<h1 id="heading_test_1_5._anchor_id__anchor___anchor_heading">
<span id="anchor"></span>Anchor heading
</h1>
<h1 id="heading_test_1_5._link_linkend__anchor__link_heading__link_">
<a href="#anchor">Link heading</a>
</h1>
<h2 id="heading_test_1_5.h1">
H1
</h2>
<h1 id="heading_test_1_5.h7">
H7
</h1>
<div id="heading_test_1_5.s1">
<h3>
S1
</h3>
<div id="heading_test_1_5.s1">
<h2 id="heading_test_1_5.s1.h2">
H2
</h2>
<h2 id="heading_test_1_5.s1.h4">
H4
</h2>
<h2 id="heading_test_1_5.s1.h6">
H6
</h2>
</div>
<div id="heading_test_1_5.s1.s2">
<h3>
S2
</h3>
<div id="heading_test_1_5.s1.s2">
<h3 id="heading_test_1_5.s1.s2.h3">
H3
</h3>
</div>
</div>
<div id="heading_test_1_5.s1.s3">
<h3>
S3
</h3>
<div id="heading_test_1_5.s1.s3">
<h4 id="heading_test_1_5.s1.s3.h5">
H5
</h4>
</div>
</div>
</div>
</body>
</html>
|