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

Template::Plugin::Markdown - TT plugin for Text::Markdown

SYNOPSIS

[% USE Markdown -%]
[% FILTER markdown %]
#Foo
Bar
---
*Italic* blah blah
**Bold** foo bar baz
[%- END %]

DESCRIPTION

Template::Plugin::Markdown is a plugin for TT, which format your text with Markdown Style.

SEE ALSO

Template, Text::Markdown

AUTHOR

Naoya Ito <naoya@bloghackers.net>

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