POD2MARKDOWN(1p) | User Contributed Perl Documentation | POD2MARKDOWN(1p) |
pod2markdown - Convert POD text to Markdown
version 3.101
# 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
This 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:
See "html_encode_chars" in Pod::Markdown for more information.
This program is strongly based on "pod2mdwn" from Module::Build::IkiWiki.
This 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.
2018-08-10 | perl v5.26.2 |