cmlenz@39: = Using HTML in Wiki Text = cmlenz@39: cmlenz@39: Trac supports inserting HTML into any wiki context, accomplished using the HTML [wiki:WikiProcessors WikiProcessor]. cmlenz@39: cmlenz@39: HTML support is built-in, and does not require installing any additional packages. cmlenz@39: cmlenz@39: == How to Use HTML == cmlenz@39: To inform the wiki engine that a block of text should be treated as HTML, use the ''html'' processor. cmlenz@39: cmlenz@39: This example should explain: cmlenz@39: {{{ cmlenz@39: #!html cmlenz@39:
{{{
cmlenz@39: #!html
cmlenz@39: <h1 style="text-align: right; color: blue">HTML Test</h1>
cmlenz@39: }}}
cmlenz@39: }}} cmlenz@39: cmlenz@39: Results in: cmlenz@39: {{{ cmlenz@39: #!html cmlenz@39:

HTML Test

cmlenz@39: }}} cmlenz@39: cmlenz@39: == More Information == cmlenz@39: cmlenz@39: * http://www.w3.org/ -- World Wide Web Consortium cmlenz@39: * http://www.w3.org/MarkUp/ -- HTML Markup Home Page cmlenz@39: cmlenz@39: ---- cmlenz@39: See also: WikiProcessors, WikiFormatting, WikiRestructuredText