The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

    my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});

    [% USE HTMLFromText %]
    [% HTMLFromText.out(textdef) %]

DESCRIPTION

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

METHODS

out($textdef)

Format and output the given text definition.

AUTHOR

Slaven Rezic - slaven@rezic.de

SEE ALSO

Template::Plugin, HTML::FromText.