Comment 1 for bug 855634

Revision history for this message
r (ralfjunker) wrote :

Works well for me. This Creole:

before
{{{
this is preformatted
}}}
after

outputs this HTML:

<html>
<body>
<p>before</p>
<pre>
this is preformatted
</pre>
<p>after</p>
</body>
</html>