phrase markup:acronyms
Notice in this example the automatic addition of the <span class="caps"> HTML markup. Like Texile, Xilize does this for words that look like acronyms.
In addition, the HTML <acronym> tag is supported as shown in the markup for TLA.
| Xilize markup | browser rendering |
| An example acronym is TLA(Three Letter Acronym) which your browser usually displays with an underline. Xilize adds "acronym" HTML tags around the marked text. |
An example acronym is TLA which your browser usually displays with an underline. Xilize adds "acronym" HTML tags around the marked text. |
XHTML generated
<p>An example acronym is <acronym title="Three Letter Acronym"><span
class="caps">TLA</span></acronym> which your browser usually displays
with an underline. Xilize adds "acronym" <span class="caps">HTML</span>
tags around the marked text.</p>