introduction:phrases
Phrase markup is used within blocks. See the phrase category of examples for more.
| Xilize markup | browser rendering |
|
This is _an emphasized pharse_ and -this is strikethrough-. See the %)({background:cornsilk} span category% and for how Xilize handles the @<span>@ element modifiers. |
This is an emphasized pharse and See the span category and for how Xilize handles the |
XHTML generated
<p>This is <em>an emphasized pharse</em> and <del>this
is strikethrough</del>.</p>
<p>See the <span style="background:cornsilk;padding-left:1em;padding-right:1em;">span
category</span> and for how Xilize handles the <code><span></code>
element modifiers.</p>