=pod

=for comment
This is a example POD file. This text is a comment and it shouldn't appear
in the viewing result, only in source-code of POD file.

This text is a new paragraph and should appear in the output.



=head1 NAME
X<Index entry example>
still on "NAME" line

testpage.pod - test of POD renderer in Vonkeror



=head1 DESCRIPTION

This is a description.
This is the first paragraph.

This is the second paragraph.

=head2 One

=head3 Possible Values for C<$/>

Hyperlinks
Go to: L</"DESCRIPTION"> L<Fist!!!|/first> and also
L<gopher://gopher.quux.org/> or to another POD file:
L<other file|other.pod/"one two three">

=head4 Example

=head2 Two



=head1 More I<Stuff>......

These are some verbatim codes:

 =head2 Zero

 something E<lt>nothingE<gt>
  bold I<Italic>
 This shouldn't be formatted.
   
  A \ means \, and nothing else.

This is I<italic> text, B<bold> text, C<code> text, B<I<bold+italic>> text.
Character escapes are: E<lt> (less) E<gt> (greater) E<verbar> (vertical
bar) E<sol> (solidus) E<eacute> (e acute) E<42> (ASCII code 42). And a
F<filename>, some S<text that contains non-breaking spaces>, and B<longer
bold text>, Z<null formatting code>.

=head2 One

NZ<><3
NE<lt>3

=head2 Two

=begin text

---------------
|  foo        |
|        bar  |
---------------

^^^^ Figure 1. ^^^^

=end text

=head2 Three

C<<< open(X, ">>thing.dat") || die $! >>>
and C<< $foo->bar(); >> C<$a E<lt>=E<gt> $b>
C<<<< $a  E<lt>=E<gt> $b >> 1    >>>> and.

"be I<careful!>"

=head1 ITEMS

=head2 Named Items

These are the named items:

=over

=item first

First item

=item second

Second item

=back

=head2 Bullet Items

These are bullet items:

=over

=item *

1first1

=item *

2second2

=item *

3third3

=back

=head3 Numbered Items

These are number items:

=over

=item 1.

Number One.

=item 2.

Number Two.

=over

=item 1.

nested lists.

=back

=back




=cut
