The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

markdown2pod - markdown2pod - convert Markdown text to Pod

VERSION

version 0.003

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>

CONTRIBUTOR

Abigail (ABIGAIL)

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 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.