The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dancer2::Plugin::MarkdownFilesToHTML::MarkdownParser

VERSION

version 0.007

DESCRIPTION

Supplies an object for parsing markdown files for the Dancer2::Plugin::MarkdownFilesToHTML plugin. It extends the Markdent::Handler::HTMLStream::Fragment class and overrides approrpiate methods to inject custom HTML into the output as needed. Specifically:

  • adds the class single-line to a line of code appearing on a single line by itself

  • optionally adds classes and a unique id to header tag HTML elements

CONFIGURATION

None.

REQUIRES

BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the web interface at https://github.com/sdondley/Dancer2-Plugin-MarkdownFilesToHTML/issues.

INSTALLATION

See perlmodinstall for information and options on installing Perl modules.

SEE ALSO

Markdent

AUTHOR

Steve Dondley <s@dondley.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Steve Dondley.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.