
Parse::BBCode::Text - Provides plaintext defaults for Parse::BBCode

use Parse::BBCode::Text;
my $p = Parse::BBCode::Markdown->new();
my $code = 'some [b]b code[/b]';
my $plaintext = $p->render($code);

This module can be used to turn bbcode into minimal plaintext.

Returns a hash with default tags.
b, i, u, img, url, email, size, color, list, *
Returns a hash with escaping functions.
html, uri, link, email, htmlcolor, num
Returns a hash of optional tags.
html