1N/A=head1 NAME
1N/A
1N/ATest HTML Rendering
1N/A
1N/A=head1 SYNOPSIS
1N/A
1N/A use My::Module;
1N/A
1N/A my $module = My::Module->new();
1N/A
1N/A=head1 DESCRIPTION
1N/A
1N/AThis is the description.
1N/A
1N/A Here is a verbatim section.
1N/A
1N/AThis is some more regular text.
1N/A
1N/AHere is some B<bold> text, some I<italic> and something that looks
1N/Alike an E<lt>htmlE<gt> tag. This is some C<$code($arg1)>.
1N/A
1N/AThis C<text contains embedded B<bold> and I<italic> tags>. These can
1N/Abe nested, allowing B<bold and I<bold E<amp> italic> text>. The module also
1N/Asupports the extended B<< syntax >> and permits I<< nested tags E<amp>
1N/Aother B<<< cool >>> stuff >>
1N/A
1N/A=head1 METHODS =E<gt> OTHER STUFF
1N/A
1N/AHere is a list of methods
1N/A
1N/A=head2 new()
1N/A
1N/AConstructor method. Accepts the following config options:
1N/A
1N/A=over 4
1N/A
1N/A=item foo
1N/A
1N/AThe foo item.
1N/A
1N/A=item bar
1N/A
1N/AThe bar item.
1N/A
1N/A=over 4
1N/A
1N/AThis is a list within a list
1N/A
1N/A=item *
1N/A
1N/AThe wiz item.
1N/A
1N/A=item *
1N/A
1N/AThe waz item.
1N/A
1N/A=back
1N/A
1N/A=item baz
1N/A
1N/AThe baz item.
1N/A
1N/A=back
1N/A
1N/ATitle on the same line as the =item + * bullets
1N/A
1N/A=over
1N/A
1N/A=item * C<Black> Cat
1N/A
1N/A=item * Sat S<I<on> the>
1N/A
1N/A=item * MatE<lt>!E<gt>
1N/A
1N/A=back
1N/A
1N/ATitle on the same line as the =item + numerical bullets
1N/A
1N/A=over
1N/A
1N/A=item 1 Cat
1N/A
1N/A=item 2 Sat
1N/A
1N/A=item 3 Mat
1N/A
1N/A=back
1N/A
1N/ANo bullets, no title
1N/A
1N/A=over
1N/A
1N/A=item
1N/A
1N/ACat
1N/A
1N/A=item
1N/A
1N/ASat
1N/A
1N/A=item
1N/A
1N/AMat
1N/A
1N/A=back
1N/A
1N/A=head2 old()
1N/A
1N/ADestructor method
1N/A
1N/A=head1 TESTING FOR AND BEGIN
1N/A
1N/A=for html <br>
1N/A<p>
1N/Ablah blah
1N/A</p>
1N/A
1N/Aintermediate text
1N/A
1N/A=begin html
1N/A
1N/A<more>
1N/AHTML
1N/A</more>
1N/A
1N/Asome text
1N/A
1N/A=end html
1N/A
1N/A=head1 TESTING URLs hyperlinking
1N/A
1N/AThis is an href link1: http://example.com
1N/A
1N/AThis is an href link2: http://example.com/foo/bar.html
1N/A
1N/AThis is an email link: mailto:foo@bar.com
1N/A
1N/A This is a link in a verbatim block <a href="http://perl.org"> Perl </a>
1N/A
1N/A=head1 SEE ALSO
1N/A
1N/ASee also L<Test Page 2|htmlescp>, the L<Your::Module> and L<Their::Module>
1N/Amanpages and the other interesting file F</usr/local/my/module/rocks>
1N/Aas well.
1N/A
1N/A=cut