= SafeHtmlMacro =
SafeHtmlMacro is another trac plugin I wrote for XCache and [http://trac.lighttpd.net lighttpd.net]. It's useful to define html code in admin and reuse in any trac-wiki page.
It is safe because all html codes have to be defined in admin, and is recommened to disable #!html processor.
{{{
[[SafeHtml(RssBegin)]]
....
[[SafeHtml(RssEnd)]]
}}}