blob: 9da607a93dbf7e38c78a19e1ad735d2b5825a8c1 (
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.1
</h3>
<div class="toc">
<p>
<b>Table of contents</b>
</p>
<ul>
<li>
<a href="#heading_test_1_1.s1">S1</a>
</li>
</ul>
</div>
<h2 id="heading_test_1_1.generic_header">
Generic header
</h2>
<h1 id=".level_1">
Level 1
</h1>
<h2 id=".level_2">
Level 2
</h2>
<h3 id=".level_3">
Level 3
</h3>
<h4 id=".level_4">
Level 4
</h4>
<h5 id=".level_5">
Level 5
</h5>
<h6 id=".level_6">
Level 6
</h6>
<h1 id="._emphasis_role__bold__bold__emphasis_">
<span class="bold"><strong>Bold</strong></span>
</h1>
<h1 id=".comment">
Comment
</h1>
<h1 id="._notanid">
:notanid
</h1>
<h1 id="._also_not_an_id">
:also not an id
</h1>
<h1 id="._anchor_id__anchor___anchor_heading">
<span id="anchor"></span>Anchor heading
</h1>
<h1 id="._link_linkend__anchor__link_heading__link_">
<a href="#anchor">Link heading</a>
</h1>
<h1 id=".h1">
H1
</h1>
<h1 id="s3.h7">
H7
</h1>
<div id="heading_test_1_1.s1">
<h3>
S1
</h3>
<div id="heading_test_1_1.s1">
<h2 id="s1.h2">
H2
</h2>
<h3 id="heading_test_1_1.s1.h4">
H4
</h3>
<h3 id="heading_test_1_1.s1.h6">
H6
</h3>
</div>
<div id="heading_test_1_1.s2">
<h3>
S2
</h3>
<div id="heading_test_1_1.s2">
<h3 id="s2.h3">
H3
</h3>
</div>
</div>
<div id="heading_test_1_1.s3">
<h3>
S3
</h3>
<div id="heading_test_1_1.s3">
<h3 id="s3.h5">
H5
</h3>
</div>
</div>
</div>
</body>
</html>
|