1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<h1>Test code blocks</h1>
<p>There is some code coming up. There is some code
coming up. There is some code coming up. There is
some code coming up.</p>
<pre><code>import os
fp = file("test.text", "rb")
buf = fp.read()</code></pre>
<p>There is some code coming up. There is some code
coming up. There is some code coming up. There is
some code coming up.</p>
<pre><code><?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<title>Title</title>
</head>
<body>
Body text...
</body>
</html></code></pre>
|