NAME
Dancer2::Plugin::MarkdownFilesToHTML::MarkdownParser
VERSION
version 0.004
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 itselfoptionally 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
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.