summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/code_teletype-1_5.gold-html
blob: a038a4b6ca294c45854d0008550eebdf599eadf8 (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
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <h3>
      Code Block Teletype 1
    </h3>
    <div class="toc">
      <p>
        <b>Table of contents</b>
      </p>
      <ul>
        <li>
          <a href="#code_block_teletype_1.a_code_block">A code block</a>
        </li>
      </ul>
    </div>
    <div id="code_block_teletype_1.a_code_block">
      <h3>
        A code block
      </h3>
      <div id="code_block_teletype_1.a_code_block">
<pre class="programlisting">Just some plain text.
With some <span class="bold"><strong>quickbook</strong></span> thrown in?
</pre>
      </div>
    </div>
  </body>
</html>