blob: 6089cf1acda08071aac3d331c95f0b067fee2cd0 (
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
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>
Section Id 1.5
</h3>
<div class="toc">
<p>
<b>Table of contents</b>
</p>
<ul>
<li>
<a href="#section_id_1_5.id_test1">Quickbook section id test</a>
</li>
<li>
<a href="#section_id_1_5.id_test2">Quickbook section id test</a>
</li>
<li>
<a href="#section_id_1_5.id_test3">Quickbook section id test</a>
</li>
<li>
<a href="#section_id_1_5.___quickbook_section_no_id_test">++ Quickbook
section no id test</a>
</li>
</ul>
</div>
<div id="section_id_1_5.id_test1">
<h3>
Quickbook section id test
</h3>
<div id="section_id_1_5.id_test1">
</div>
</div>
<div id="section_id_1_5.id_test2">
<h3>
Quickbook section id test
</h3>
<div id="section_id_1_5.id_test2">
</div>
</div>
<div id="section_id_1_5.id_test3">
<h3>
Quickbook section id test
</h3>
<div id="section_id_1_5.id_test3">
</div>
</div>
<div id="section_id_1_5.___quickbook_section_no_id_test">
<h3>
++ Quickbook section no id test
</h3>
<div id="section_id_1_5.___quickbook_section_no_id_test">
</div>
</div>
</body>
</html>
|