81 lines
2.2 KiB
Plaintext
81 lines
2.2 KiB
Plaintext
<!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>
|