
WE_Frontend::Plugin::HTMLFromText - format a textual table description to HTML

my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});
[% USE HTMLFromText %]
[% HTMLFromText.out(textdef) %]

This plugin feeds the textdef object to HTML::FromText. The opts member can be set a list of decorators and output modes.
Format and output the given text definition.

Slaven Rezic - slaven@rezic.de
