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::Parser::Markdown - parse Markdown files for App::sdview

SYNOPSIS

   $ sdview README.md

   $ sdview -f Markdown my-document

DESCRIPTION

This parser module adds to App::sdview the ability to parse input text in Markdown formatting.

It uses a custom in-built parser for the block-level parts of the formatting, able to handle comments, verbatim blocks, headings in both #-prefixed and =-underlined styles, bullet and numbered lists, and tables.

It uses String::Tagged::Markdown to parse the inline-level formatting, supporting bold, italic, strikethrough, and fixed-width styles, and links.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>