phrase markup:no translation

To prevent translation of a phrase use == (two equals signs) on either side of the string you want to protect.

Xilize markup browser rendering
Start with this:

TLA(Three Letter Acronym) and some _emphasized text_.

And stop phrase translation like this:

==TLA(Three Letter Acronym)== and some ==_emphasized text_.==

Start with this:

TLA and some emphasized text.

And stop phrase translation like this:

TLA(Three Letter Acronym) and some _emphasized text_.

XHTML generated

<p>Start with this: </p>

<p><acronym title="Three Letter Acronym"><span class="caps">TLA</span></acronym>
 and some <em>emphasized text</em>.</p>

<p>And stop phrase translation like this:</p>

<p>TLA(Three Letter Acronym) and some _emphasized text_.</p>