summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/footnotes-1_7.gold-html
blob: d8a0743d927bd3008b201f013f54db45882f6856 (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
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <h3>
      Footnotes
    </h3>
    <div class="toc">
      <p>
        <b>Table of contents</b>
      </p>
      <ul>
        <li>
          <a href="#footnotes.first">First Section</a>
        </li>
        <li>
          <a href="#footnotes.second">Second Section</a>
        </li>
      </ul>
    </div>
    <div id="footnotes.first">
      <h3>
        First Section
      </h3>
      <div id="footnotes.first">
        <p>
          Some<a id="footnotes.first.f0" href="#footnote-1"><sup class="footnote">[1]</sup></a>
          normal<a id="footnotes.first.f1" href="#footnote-2"><sup class="footnote">[2]</sup></a>
          footnotes<a id="footnotes.first.f2" href="#footnote-3"><sup class="footnote">[3]</sup></a>.
        </p>
      </div>
    </div>
    <div id="footnotes.second">
      <h3>
        Second Section
      </h3>
      <div id="footnotes.second">
        <p>
          Some<a id="f1" href="#footnote-4"><sup class="footnote">[4]</sup></a> boostbook<a
          id="footnote-6" href="#footnote-5"><sup class="footnote">[5]</sup></a>
          footnotes<a id="footnote-8" href="#footnote-7"><sup class="footnote">[6]</sup></a>.
        </p>
      </div>
    </div>
    <div class="footnotes">
      <br/>
      <hr/>
      <div id="footnote-1" class="footnote">
        <p>
          <a href="#footnotes.first.f0"><sup>[1]</sup></a> First footnote
        </p>
      </div>
      <div id="footnote-2" class="footnote">
        <p>
          <a href="#footnotes.first.f1"><sup>[2]</sup></a> Second footnote
        </p>
      </div>
      <div id="footnote-3" class="footnote">
        <p>
          <a href="#footnotes.first.f2"><sup>[3]</sup></a> Third footnote
        </p>
      </div>
      <div id="footnote-4" class="footnote">
        <p>
          <a href="#f1"><sup>[4]</sup></a> Boostbook footnote
        </p>
      </div>
      <div id="footnote-5" class="footnote">
        <p>
          <a href="#footnote-6"><sup>[5]</sup></a> Footnote without id
        </p>
      </div>
      <div id="footnote-7" class="footnote">
        <p>
          <a href="#footnote-8"><sup>[6]</sup></a> Another footnote without an id
        </p>
      </div>
    </div>
  </body>
</html>