summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/blocks-1_5.gold-html
blob: c6043648732eb1d8e0aadb8105379cf7f9eed7ea (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <h3>
      Various blocks
    </h3>
    <h2 id="various_blocks.blockquotes">
      Blockquotes
    </h2>
    <p>
      Here's a blockquote:
    </p>
    <blockquote>
      <p>
        Blockquote.
      </p>
    </blockquote>
    <p>
      And another:
    </p>
    <blockquote>
      <p>
        Blockquote first paragraph.
      </p>
      <p>
        Blockquote second paragraph.
      </p>
    </blockquote>
    <h2 id="various_blocks.admonitions">
      Admonitions
    </h2>
    <div class="warning">
      <p>
        Warning
      </p>
    </div>
    <div class="caution">
      <p>
        Caution
      </p>
    </div>
    <div class="important">
      <p>
        Important
      </p>
    </div>
    <div class="note">
      <p>
        Note
      </p>
    </div>
    <div class="tip">
      <p>
        Tip
      </p>
    </div>
    <div class="warning">
      <p>
        Warning first paragraph.
      </p>
      <p>
        Warning second paragraph.
      </p>
    </div>
    <h2 id="various_blocks.blurb">
      Blurb
    </h2>
    <div class="blurb">
      <p>
        Blurb
      </p>
    </div>
    <h2 id="various_blocks.inline_blocks">
      Inline blocks
    </h2>
    <blockquote>
      <p>
        Blockquote containing a footnote<a id="various_blocks.f0" href="#footnote-1"><sup
        class="footnote">[1]</sup></a>.
      </p>
    </blockquote>
    <p>
      [tipping point]
    </p>
    <p>
      Multiple paragraphs because of the inline blocks.
    </p>
    <div class="warning">
      <p>
        Warning
      </p>
    </div>
    <p>
      This line should appear as a separate paragraph.
    </p>
    <div class="warning">
      <p>
        Warning
      </p>
    </div>
    <ul>
      <li>
        <div>
          This should be a list item because it's preceded by block markup.
        </div>
      </li>
    </ul>
    <div class="footnotes">
      <br/>
      <hr/>
      <div id="footnote-1" class="footnote">
        <p>
          <a href="#various_blocks.f0"><sup>[1]</sup></a> Here it is!
        </p>
      </div>
    </div>
  </body>
</html>