NAME
markdown2pod - markdown2pod - convert Markdown text to Pod
VERSION
version 0.008
SYNOPSIS
markdown2pod readme.mkd
markdown2pod readme.mkd > readme.html
markdown2pod < readme.mkd > readme.html
cat readme.mkd | markdown2pod > readme.html
DESCRIPTION
This script converts Markdown to POD. If you want to convert Markdown in your perl source code, then check Markdown::Pod module.
AUTHOR
김도형 - Keedi Kim <keedi@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Keedi Kim.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.