49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
<!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 α should have a space either side of it.
|
|
</p>
|
|
<p>
|
|
These should be properly encoded: > < "
|
|
</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>
|