phrase markup:embedded phrase
While Xilize recognizes normal phrase terminators like the period, comma, question mark, colon, semicolon, and exclaimation point, to embed phrase markup in a word use [ and ] (square brackets).
| Xilize markup | browser rendering |
|
here[_is_]a[*long*]string[--of--][++text++] a[??line??]with[+no+][-spaces-] |
hereisalongstringoftext alinewithno |
XHTML generated
<p>here<em>is</em>a<strong>long</strong>string<small>of</small><big>text</big></p>
<p>a<cite>line</cite>with<ins>no</ins><del>spaces</del></p>