Acme-MarkdownTest

 view release on metacpan or  search on metacpan

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


This is an empty module that I'm using to see how well
[markdown](https://daringfireball.net/projects/markdown/syntax)
is supported for writing module documentation.

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



( run in 1.668 second using v1.01-cache-2.11-cpan-c333fce770f )