blob: 948b8a9d76b9609256b9aa9fa81af054df96bcf2 (
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
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>
Section Id 1.4
</h3>
<div class="toc">
<p>
<b>Table of contents</b>
</p>
<ul>
<li>
<a href="#section_id_1_4.id_test1">Quickbook section id test</a>
</li>
<li>
<a href="#section_id_1_4.id_test2">Quickbook section id test</a>
</li>
<li>
<a href="#section_id_1_4.quickbook_section_no_id_test_1">Quickbook section
no id test 1</a>
</li>
<li>
<a href="#section_id_1_4.___quickbook_section_no_id_test_2">++ Quickbook
section no id test 2</a>
</li>
</ul>
</div>
<div id="section_id_1_4.id_test1">
<h3>
Quickbook section id test
</h3>
<div id="section_id_1_4.id_test1">
</div>
</div>
<div id="section_id_1_4.id_test2">
<h3>
Quickbook section id test
</h3>
<div id="section_id_1_4.id_test2">
</div>
</div>
<div id="section_id_1_4.quickbook_section_no_id_test_1">
<h3>
Quickbook section no id test 1
</h3>
<div id="section_id_1_4.quickbook_section_no_id_test_1">
</div>
</div>
<div id="section_id_1_4.___quickbook_section_no_id_test_2">
<h3>
++ Quickbook section no id test 2
</h3>
<div id="section_id_1_4.___quickbook_section_no_id_test_2">
</div>
</div>
</body>
</html>
|