]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/test/blocks-1_5.gold-html
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / quickbook / test / blocks-1_5.gold-html
1 <!DOCTYPE html>
2 <html>
3 <head></head>
4 <body>
5 <h3>
6 Various blocks
7 </h3>
8 <h2 id="various_blocks.blockquotes">
9 Blockquotes
10 </h2>
11 <p>
12 Here's a blockquote:
13 </p>
14 <blockquote>
15 <p>
16 Blockquote.
17 </p>
18 </blockquote>
19 <p>
20 And another:
21 </p>
22 <blockquote>
23 <p>
24 Blockquote first paragraph.
25 </p>
26 <p>
27 Blockquote second paragraph.
28 </p>
29 </blockquote>
30 <h2 id="various_blocks.admonitions">
31 Admonitions
32 </h2>
33 <div class="warning">
34 <p>
35 Warning
36 </p>
37 </div>
38 <div class="caution">
39 <p>
40 Caution
41 </p>
42 </div>
43 <div class="important">
44 <p>
45 Important
46 </p>
47 </div>
48 <div class="note">
49 <p>
50 Note
51 </p>
52 </div>
53 <div class="tip">
54 <p>
55 Tip
56 </p>
57 </div>
58 <div class="warning">
59 <p>
60 Warning first paragraph.
61 </p>
62 <p>
63 Warning second paragraph.
64 </p>
65 </div>
66 <h2 id="various_blocks.blurb">
67 Blurb
68 </h2>
69 <div class="blurb">
70 <p>
71 Blurb
72 </p>
73 </div>
74 <h2 id="various_blocks.inline_blocks">
75 Inline blocks
76 </h2>
77 <blockquote>
78 <p>
79 Blockquote containing a footnote<a id="various_blocks.f0" href="#footnote-1"><sup
80 class="footnote">[1]</sup></a>.
81 </p>
82 </blockquote>
83 <p>
84 [tipping point]
85 </p>
86 <p>
87 Multiple paragraphs because of the inline blocks.
88 </p>
89 <div class="warning">
90 <p>
91 Warning
92 </p>
93 </div>
94 <p>
95 This line should appear as a separate paragraph.
96 </p>
97 <div class="warning">
98 <p>
99 Warning
100 </p>
101 </div>
102 <ul>
103 <li>
104 <div>
105 This should be a list item because it's preceded by block markup.
106 </div>
107 </li>
108 </ul>
109 <div class="footnotes">
110 <br/>
111 <hr/>
112 <div id="footnote-1" class="footnote">
113 <p>
114 <a href="#various_blocks.f0"><sup>[1]</sup></a> Here it is!
115 </p>
116 </div>
117 </div>
118 </body>
119 </html>