signatures:special translation

Two signatures – prex. and bcx. – are primarily for display of XML, HTML, and programing code. With these blocks >, <, and & are translated to their character entites, no other markup is processed, and <code> tags are inserted.

See also @ (at sign) special translation in the phrase category of examples.

Xilize markup browser rendering
The special @prex.@ block:

prex. Notice <em>and</em> are *not*
exempt from translation as they would
normally be. Even _phrase_ markup is
not translated.

Compare to the @pre.@ block:

pre. Notice <em>and</em> *are*
exempt from translation as they would
normally be. And _phrase_ markup is
translated.

The special @bcx.@ block:

bcx. With blockcode-eXtra <sup>42</sup>
is *just* another string of text.

Compare to @bc.@ block:

bc. With normal blockcode <sup>42</sup>
is *not* just another string of text.

The special prex. block:

Notice <em>and</em> are *not* 
exempt from translation as they would 
normally be.  Even _phrase_ markup is
not translated.

Compare to the pre. block:

Notice and are  
exempt from translation as they would 
normally be.  And phrase markup is
translated.

The special bcx. block:

With blockcode-eXtra <sup>42</sup>
is *just* another string of text.

Compare to bc. block:

With normal blockcode 42 
is not just another string of text.

XHTML generated

<p>The special <code>prex.</code> block:</p>

<pre>Notice &lt;em&gt;and&lt;/em&gt; are *not* 
exempt from translation as they would 
normally be.  Even _phrase_ markup is
not translated.</pre>

<p>Compare to the <code>pre.</code> block: </p>

<pre>Notice <em>and</em> <strong>are</strong>  
exempt from translation as they would 
normally be.  And <em>phrase</em> markup is
translated.</pre>

<p>The special <code>bcx.</code> block:</p>

<pre><code>With blockcode-eXtra &lt;sup&gt;42&lt;/sup&gt;
is *just* another string of text.</code></pre>

<p>Compare to <code>bc.</code> block:</p>

<pre><code>With normal blockcode <sup>42</sup> 
is <strong>not</strong> just another string of text.</code></pre>