summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/escape-1_6.gold-html
blob: 61cd98261f8f9a2e5a0817fb9f45cdd313904aa3 (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
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <h3>
      Escape
    </h3>
    <div class="toc">
      <p>
        <b>Table of contents</b>
      </p>
      <ul>
        <li>
          <a href="#escape.escape">Escape</a>
        </li>
      </ul>
    </div>
    <div id="escape.escape">
      <h3>
        Escape
      </h3>
      <div id="escape.escape">
        <p>
          <span class="emphasis"><em>Da do do do. Da da da da. That's all I have
          to say to you.</em></span>
        </p>
        <p>
          This letter &#x3B1; should have a space either side of it.
        </p>
        <p>
          These should be properly encoded: &gt; &lt; &quot;
        </p>
        <p>
          This <a>link</a> shouldn't be changed.
        </p>
        <p>
          Some other problematic links: <a>one</a>, <a>two</a>, <a>three</a>.
        </p>
        <p>
          <span class="emphasis"><em>This will be escaped</em></span>
        </p>
        <p>
          \[ generates [. \] generates ].
        </p>
      </div>
    </div>
  </body>
</html>