NAME
Template::Provider::Markdown::Pandoc - expand Markdown templates to HTML
SYNOPSIS
use Template;
use Template::Provider::Pandoc; # Use this instead.
DESCRIPTION
Template::Provider::Markdown::Pandoc was an extension to the Template Toolkit which automatically converted Markdown files into HTML before they are processed by TT.
It has now been obsoleted by the newer Template::Provider::Pandoc. Please ise that instead.
AUTHOR
Dave Cross <dave@perlhacks.com>
COPYRIGHT
Copyright (c) 2017 Magnum Solutions Ltd. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Template, Template::Provider, Pandoc, Template::Provider::Markdown.