Acme-MarkdownTest

 view release on metacpan or  search on metacpan

lib/Acme/MarkdownTest.pm  view on Meta::CPAN

In this documentation I've tried to use most of the standard markdown
elements, to see how they come out in perldoc, metacpan, and elsewhere.

> This is a blockquote

Then we have _italic_ and **bold** formatting.

Let's have a bulleted list:

 * first bullet
 * second bullet

And then a numbered list:

 1. first item
 2. second item
 3. third item

And then a code sample:

    # This is a comment
    if ($answer > 41 && $answer < 43) {
        print "hooray!\n";
    }

And an inline `code()` example.



( run in 1.384 second using v1.01-cache-2.11-cpan-39bf76dae61 )