This is a heading, like in POD.
+intro This is the opening to the introduction.
This is the first paragraph of the introduction.
This is the second paragraph. The line break will be ignored because there is no blank line.
-intro
This paragraph is not inside a block.
This paragraph is verbatim.
That means whitespace, including line breaks,
will be preserved. When the content is passed
to the subclass,
2 spaces will be removed from the start of each line.
That means these lines will still have 2 spaces,
but this one will not.
This paragraph contains what I have defined to mean italics. The word "italics" will be passed to my entity handler associated with the letter I, and I will deal with it myself.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Podcats::Markup
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Podcats-Markup
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Podcats-Markup
CPAN Ratings
http://cpanratings.perl.org/d/Podcats-Markup
Search CPAN
http://search.cpan.org/dist/Podcats-Markup/
LICENSE AND COPYRIGHT
Copyright (C) 2010 Altreus
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.