diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/tools/quickbook/test/footnotes-1_7.gold-html | |
parent | Initial commit. (diff) | |
download | ceph-upstream.tar.xz ceph-upstream.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/tools/quickbook/test/footnotes-1_7.gold-html')
-rw-r--r-- | src/boost/tools/quickbook/test/footnotes-1_7.gold-html | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/src/boost/tools/quickbook/test/footnotes-1_7.gold-html b/src/boost/tools/quickbook/test/footnotes-1_7.gold-html new file mode 100644 index 00000000..d8a0743d --- /dev/null +++ b/src/boost/tools/quickbook/test/footnotes-1_7.gold-html @@ -0,0 +1,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> |