File: /home/mmickelson/theflexguy_com_trac_trac/trac/mimeview/tests/pygments.html
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<head>
<link rel="stylesheet" href="../../../htdocs/css/trac.css" mimetype="text/css" />
<link rel="stylesheet" href="../../../htdocs/css/diff.css" mimetype="text/css" />
<title>Available Projects</title>
</head>
<body>
<h1>Pygments Renderer Test Cases</h1>
<br />
<div id="python_hello">
<span class="k">def</span> <span class="nf">hello</span><span class="p">():</span>
<span class="k">return</span> <span class="s">"Hello World!"</span>
</div>
<div id="python_hello_mimeview"><div class="code"><pre>
<span class="k">def</span> <span class="nf">hello</span><span class="p">():</span>
<span class="k">return</span> <span class="s">"Hello World!"</span>
</pre></div></div>
<div id="empty_content">
</div>
<hr />
</body>
</html>