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

DocLife::Markdown - Markdown Viewer.

SYNOPSIS

    # app.psgi
    use DocLife::Markdown;
    DocLife::Markdown->new( root => "./doc", suffix => ".md" );

    # one-liner
    plackup -MDocLife::Markdown -e 'DocLife::Markdown->new( root => "./doc" )->to_app'

SEE ALSO

DocLife, Text::Markdown