NAME
Markdown::phpBB - Turn markdown into phpBB code
VERSION
version 0.02
SYNOPSIS
my $md2php = Markdown::phpBB->new;
my $phpbb = $md2php->convert($markdown);
DESCRIPTION
This converts (github-flavoured) markdown into phpBB / BBcode.
It uses Markdown::phpBB::Handler and Markdent to do the heavy lifting.
METHODS
convert
my $phpbb = $md2php->convert($markdown);
Takes a single string in markdown format, and returns the equivalent string in phpBB / BBcode.
SEE ALSO
md2phpbb - A stand-alone script for converting markdown to phpBB / BBcode.
phpbb2md, Markdown::phpBB::Handler, Markdent
BUGS
Plenty. Report them or fix them at http://github.com/pjf/Markdown-phpBB/issues.
AUTHOR
Paul Fenwick <pjf@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Paul Fenwick.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.