CGI-Wiki
view release on metacpan or search on metacpan
lib/CGI/Wiki/Formatter/Default.pm view on Meta::CPAN
C<allowed_tags>, which defaults to allowing no tags).
=over 4
=item * macros - be aware that macros are processed I<after> filtering
out disallowed HTML tags. Currently macros are just strings, maybe later
we can add in subs if we think it might be useful.
=back
Macro example:
macros => { qr/(^|\b)\@SEARCHBOX(\b|$)/ =>
qq(<form action="wiki.cgi" method="get">
<input type="hidden" name="action" value="search">
<input type="text" size="20" name="terms">
<input type="submit"></form>) }
=cut
sub new {
( run in 0.468 second using v1.01-cache-2.11-cpan-49f99fa48dc )