mountainbiker
Programmer
I would like:
[tt]
<para name="1">
this is a test of <et>emphanized</et> text.
</para>
<para name="2">
this is another test of <et>emphanized</et> text.
</para>
[/tt]
to transform to:
<p>this is a test of <b>emphanized</b> text.</p>
<p>this is another test of <b>emphanized</b> text.</p>
[tt]
<para name="1">
this is a test of <et>emphanized</et> text.
</para>
<para name="2">
this is another test of <et>emphanized</et> text.
</para>
[/tt]
to transform to:
<p>this is a test of <b>emphanized</b> text.</p>
<p>this is another test of <b>emphanized</b> text.</p>