NAME
App::Embra::Plugin::TransformMarkdown - turn markdown files into html
VERSION
version 0.001
DESCRIPTION
This plugin will transform the content of Markdown files into HTML and change the file's extension to .html
.
ATTRIBUTES
extension
Files ending with this extension will be treated as Markdown files. Defualts to .md
.
converter
The object to use to convert the file content from Markdown to HTML. Defaults to an instance of Text::Markdown.
AUTHOR
Daniel Holz <dgholz@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Daniel Holz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.