MINIMAL

Text

LISTS

normal list (1)
normal list (2)
1 numbered list
2 numbered list
  • 5

  • normal list with number as first item

LISTS

  • normal list (1)

  • normal list (2)

  1. numbered list

  2. numbered list

  • 5

  • normal list with number as first item

Content in Command

  • First item.

  • Second item.

  • Third item.

$html_out{lists_contentInCommand} = <<'HEREDOC'; <body> <h1>Content in Command</h1> <ul> <li>First item.</li> <li>Second item.</li> <li>Third item.</li> </ul> </body> HEREDOC

$pod_input{lists_contentInTextblock} = <<'HEREDOC'; =head1 Content in Textblock

  • First item.

  • Second item.

  • Third item.

$html_out{lists_contentInTextblock} = <<'HEREDOC'; <body> <h1>Content in Textblock</h1> <ul> <li>First item.</li> <li>Second item.</li> <li>Third item.</li> </ul> </body> HEREDOC

$pod_input{lists_contentInTextblock2} = <<'HEREDOC'; =head1 Content as Textblock with *

  • First item.

  • Second item.

  • Third item.

$html_out{lists_contentInTextblock2} = <<'HEREDOC'; <body> <h1>Content as Textblock with *</h1> <ul> <li>First item.</li> <li>Second item.</li> <li>Third item.</li> </ul> </body> HEREDOC

$pod_input{lists_contentMixed} = <<'HEREDOC'; =head1 Content mixed as Command and Textblock

  • First item.

  • Second item.

    With additional Text.

  • Third item.

    With additional Text. With additional Text.

$html_out{lists_contentMixed} = <<'HEREDOC'; <body> <h1>Content mixed as Command and Textblock</h1> <ul> <li>First item.</li> <li>Second item.<br />With additional Text.</li> <li>Third item.<br />With additional Text. With additional Text.</li> </ul> </body> HEREDOC

$pod_input{lists_nested} = <<'HEREDOC'; =head1 Nested List

  • First item.

    1 First item.
    2 Second item.
    3 Third item.
  • Second item.

  • Third item.

$html_out{lists_nested} = <<'HEREDOC'; <body> <h1>Nested List</h1> <ul> <li>First item.</li> <ol> <li>First item.</li> <li>Second item.</li> <li>Third item.</li> </ol> <li>Second item.</li> <li>Third item.</li> </ul> </body> HEREDOC

$pod_input{lists_noItems} = <<'HEREDOC'; =head1 No Items (Blockquote)

    First item.

    Second item.

    Third item.

$html_out{lists_noItems} = <<'HEREDOC'; <body> <h1>No Items (Blockquote)</h1> <blockquote>First item.</blockquote> <blockquote>Second item.</blockquote> <blockquote>Third item.</blockquote> </body> HEREDOC

$pod_input{lists_noItemsNested} = <<'HEREDOC'; =head1 Nested Blockquote

    First item.

    Second item.

      First.

      Second.

      Third.

    Third item.

$html_out{lists_noItemsNested} = <<'HEREDOC'; <body> <h1>Nested Blockquote</h1> <blockquote>First item.</blockquote> <blockquote>Second item.</blockquote> <blockquote><blockquote>First.</blockquote> </blockquote> <blockquote><blockquote>Second.</blockquote> </blockquote> <blockquote><blockquote>Third.</blockquote> </blockquote> <blockquote>Third item.</blockquote> </body> HEREDOC

$pod_input{lists_deepNested} = <<'HEREDOC'; =head1 Nested List of Depth 5 !!!

  • First item.

  • First item.

  • First item.

    1 One.
    2 Two.
    • A

      • First item.

      • First item.

      • First item.

        1 One.
        2 Two.
        • A

        • B

        • C

        3 Three.
      • Second item.

      • Third item.

    • B

    • C

    3 Three.
  • Second item.

  • Third item.

$html_out{lists_deepNested} = <<'HEREDOC'; <body> <h1>Nested List of Depth 5 !!!</h1> <ul> <li>First item.</li> <li>First item.</li> <li>First item.</li> <ol> <li>One.</li> <li>Two.</li> <ul> <li>/li <ul> <li>First item.</li> <li>First item.</li> <li>First item.</li> <ol> <li>One.</li> <li>Two.</li> <ul> <li>/li <li>/li <li>/li </ul> <li>Three.</li> </ol> <li>Second item.</li> <li>Third item.</li> </ul> <li>/li <li>/li </ul> <li>Three.</li> </ol> <li>Second item.</li> <li>Third item.</li> </ul> </body> HEREDOC

$pod_input{lists_nestedMixed1} = <<'HEREDOC'; =head1 Nested List with Blockquote

1 One.
2 Two.

    A

    B

    C

3 Three.

$html_out{lists_nestedMixed1} = <<'HEREDOC'; <body> <h1>Nested List with Blockquote</h1> <ol> <li>One.</li> <li>Two.</li> <blockquote><blockquote>/blockquote </blockquote> <blockquote><blockquote>/blockquote </blockquote> <blockquote><blockquote>/blockquote </blockquote> <li>Three.</li> </ol> </body> HEREDOC

$pod_input{lists_nestedMixed2} = <<'HEREDOC'; =head1 Nested Blockquote with List

    One.

    Two.

    • A

    • B

    • C

    Three.

$html_out{lists_nestedMixed2} = <<'HEREDOC'; <body> <h1>Nested Blockquote with List</h1> <blockquote>One.</blockquote> <blockquote>Two.</blockquote> <ul> <li>/li <li>/li <li>/li </ul> <blockquote>Three.</blockquote> </body> HEREDOC

# 4 $pod_input{pic} = <<'HEREDOC'; =head2 PIC

Some text?

Some other text...

UMLAUT

üöäÜÖÄ éàèÉÀÈ

ANGLE BRACKET

HTML chars: <html> &nbsp; </html>

POD markup: BOLD CODE FILE ITALIC   perl.org

CODE

Text1

# Code
# Multiline
# No special chars
# We only want to test
# multiline code

Text2

PAGEBREAK

Text1

Here should be a break

Text2

Inline Links

Link 1 Module

Link 2 "Chapter" in Module

Link 3 Name

Link 4 Name

Link 5 Name

Link 6 "Chapter"

Link 7 http://perl.org

Link 8 perl.org

Link 9 Perl

Link 10 Perl

Head One

...should now be Head Two!

17 POD Errors

The following errors were encountered while parsing the POD:

Around line 80:

Expected '=item *'

Around line 177:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 208:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 239:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 269:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 305:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 335:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 368:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 455:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 458:

Deleting unknown formatting code A<>

Deleting unknown formatting code A<>

Around line 519:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 522:

Deleting unknown formatting code A<>

Around line 560:

=back doesn't take any parameters, but you said =back HEREDOC

Around line 563:

Deleting unknown formatting code A<>

Around line 583:

Unknown directive: =image

Around line 604:

Non-ASCII character seen before =encoding in 'üöäÜÖÄ'. Assuming UTF-8

Around line 771:

=cut found outside a pod block. Skipping to next block.