= 'Raw' HTML in Wiki Text = Trac supports custom HTML to be inserted into any wiki text, using the HTML WikiProcessor. HTML support is built in, and does not require any extra packages. == How to Use HTML == To designate a block of text as raw html, use the ''html'' processor. This example should explain: {{{ #!html
{{{
#!html
<h1 style="text-align: right; color: blue">HTML Test</h1>
}}}
}}} Results in: {{{ #!html

HTML Test

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