NAME

Perl6::Pod::Parser::Doallow - handle :allow configuration option

SYNOPSIS

=begin para  :allow< B >
B<say> Hello R<name>;
=end code

identicaly to ( is cleaned from output):

=begin para  :allow< B >
B<say> Hello name;
=end code

DESCRIPTION

This option expects a list of formatting codes that are to be recognized within any codes that appear in (or are implicitly applied to) the current block.

=begin pod
=for para :allow<I>
B<Test more text> I<test>
=end pod

(skip formatting code)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 22:

Deleting unknown formatting code R<>