Test /
Preformat
PmWiki appears to use different tags when using slight variations on the preformatting markup, and I wondered if this is the expected behaviour:
This:
[@
text
@]
Produces:
<pre class="escaped">text</pre>
Whilst this: [@text@]
Produces:
<code class="escaped">text</code>
Is this what is expected?