|
NAMEpod2markdown - Convert POD text to MarkdownVERSIONversion 3.300SYNOPSIS# parse STDIN, print to STDOUT $ pod2markdown < POD_File > Markdown_File # parse file, print to STDOUT $ pod2markdown input.pod # parse file, print to file $ pod2markdown input.pod output.mkdn # parse STDIN, print to file $ pod2markdown - output.mkdn DESCRIPTIONThis program uses Pod::Markdown to convert POD into Markdown sources.UTF-8 is the default output encoding if no encoding options are specified (see "OPTIONS"). It accepts two optional arguments:
OPTIONS
SEE ALSOThis program is strongly based on "pod2mdwn" from Module::Build::IkiWiki.AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Randy Stauner.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |