76 lines
1.9 KiB
Plaintext
76 lines
1.9 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<h3>
|
|
Simple Markup Test
|
|
</h3>
|
|
<div class="toc">
|
|
<p>
|
|
<b>Table of contents</b>
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<a href="#simple_markup_test.simple_markup">Simple Markup</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="simple_markup_test.simple_markup">
|
|
<h3>
|
|
Simple Markup
|
|
</h3>
|
|
<div id="simple_markup_test.simple_markup">
|
|
<p>
|
|
<span class="emphasis"><em>italic</em></span> <span class="bold"><strong>bold</strong></span>
|
|
<span class="underline">underline</span> <tt>teletype</tt>
|
|
</p>
|
|
<p>
|
|
//not italic// **not bold** __not underline__ ==not teletype==
|
|
</p>
|
|
<p>
|
|
<span class="underline">odd__ edge case</span>
|
|
</p>
|
|
<p>
|
|
not__underlined__hopefully
|
|
</p>
|
|
<p>
|
|
(<span class="bold"><strong>bold</strong></span>) <span class="underline">und/er/lined</span>
|
|
</p>
|
|
<p>
|
|
<span class="emphasis"><em>all/italic</em></span> * not bold*
|
|
</p>
|
|
<p>
|
|
/not italic <a href="http://www.boost.org/"><span class="bold"><strong>bold</strong></span></a>
|
|
</p>
|
|
<p>
|
|
not_underlined_
|
|
</p>
|
|
<p>
|
|
_Should not underline escaped markup_. _or this escaped_ markup form.
|
|
</p>
|
|
<p>
|
|
<tt>Matti Meik\u00E4l\u00E4inen</tt>
|
|
</p>
|
|
<p>
|
|
<tt>replaced</tt>
|
|
</p>
|
|
<p>
|
|
<span class="underline">replaced</span>
|
|
</p>
|
|
<p>
|
|
<tt>_mac\ ro_</tt>
|
|
</p>
|
|
<p>
|
|
<span class="emphasis"><em>italic\</em></span>
|
|
</p>
|
|
<p>
|
|
These shouldn't be interepted as markup: == // **
|
|
</p>
|
|
<p>
|
|
<tt><</tt> <tt>\<</tt> <tt>\\<</tt>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|