
Template::Plugin::Trac - TT filter for Text::Trac

[% USE Trac %]
...
[% FILTER trac %]
= Heading One =
== Heading Two ==
[% END %]
...
[% text | trac %]

Template::Plugin::Trac is a plugin for TT, which formats your text using Trac's WikiFormatting style.

Initializes the template plugin.
Filters the given text, by running it through Text::Trac.

Graham TerMarsch <cpan@howlingfrog.com>

Copyright (C) 2006-2007, Graham TerMarsch. All rights Reserved.
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
