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

App::sdview::Output::Markdown - generate Markdown output from App::sdview

SYNOPSIS

   $ sdview README.pod -o Markdown > README.md

DESCRIPTION

This output module adds to App::sdview the ability to output text in Markdown formatting. Given a Markdown file as input, the output should be relatively similar, up to minor details like whitespacing. Given input in some other format, it will do a reasonable job attempting to represent most of the structure and formatting.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>