my $p = Parse::BBCode->new({ 'tags' => {'br' => {'output' => '
', 'single' => 1} , 'p' => '

%s

'}, 'linebreaks' => 0, 'strip_linebreaks' => 0 });