summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/include/include-id-1.6.gold-html
blob: 5912dadb0644ace04a30ad391cc5b39d5956455c (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
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <h3>
      Include Id Test
    </h3>
    <div class="toc">
      <p>
        <b>Table of contents</b>
      </p>
      <ul>
        <li>
          <a href="#c">Include without id</a>
        </li>
        <li>
          <a href="#d">Include without id</a>
        </li>
        <li>
          <a href="#e">Include with id</a>
        </li>
        <li>
          <a href="#f">Include with id</a>
        </li>
      </ul>
    </div>
    <h2 id="a.simple_include">
      Simple include
    </h2>
    <h2 id="b.simple_include">
      Simple include
    </h2>
    <div id="c">
      <h3>
        Include without id
      </h3>
      <h2 id="c.title__no_id">
        Title, no id
      </h2>
    </div>
    <div id="d">
      <h3>
        Include without id
      </h3>
      <h2 id="d.title__no_id">
        Title, no id
      </h2>
    </div>
    <div id="e">
      <h3>
        Include with id
      </h3>
      <h2 id="e.title_with_id">
        Title with id
      </h2>
    </div>
    <div id="f">
      <h3>
        Include with id
      </h3>
      <h2 id="f.title_with_id">
        Title with id
      </h2>
    </div>
  </body>
</html>