| Parse-BBCode documentation | view source | Contained in the Parse-BBCode distribution. |
Parse::BBCode::XHTML - Provides XHTML defaults for Parse::BBCode
use Parse::BBCode::XHTML;
my $p = Parse::BBCode::XHTML->new();
my $code = 'some [b]b code[/b]';
my $parsed = $p->render($code);
Returns a hash with default tags.
b, i, u, img, url, email, size, color, list, *, quote, code
Returns a hash with escaping functions.
html, uri, link, email, htmlcolor, num
Returns a hash of optional tags.
html
| Parse-BBCode documentation | view source | Contained in the Parse-BBCode distribution. |