diff options
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> |