CPAN::Forum::Markup - Markup definitions and processing for CPAN::Forum


CPAN-Forum documentation  | view source Contained in the CPAN-Forum distribution.

Index


NAME

Top

CPAN::Forum::Markup - Markup definitions and processing for CPAN::Forum

SYNOPSIS

Top

	my $markup = CPAN::Forum::Markup->new();
	my $result = $markup->posting_process($new_text) ;

DESCRIPTION

Top

Based on Parse::RecDescent, this module provide a method to check if a give piece of text is a valid post. It returns the text in the format it could be sent to the user or returns undef if the text is invalid.


CPAN-Forum documentation  | view source Contained in the CPAN-Forum distribution.