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

Plagger::Plugin::Filter::Markdown - Text formatting filter with Markdown

SYNOPSIS

  - module: Filter::Markdown
    config:
      empty_element_suffix: ' />'
      tab_width: '4'

DESCRIPTION

This filter allows you to format the content with Markdown. You can get html string from simple text with syntax like Wiki.

CONFIG

Any configurations will be passed to the constructor of Text::Markdown. See Text::Markdown in detail.

AUTHOR

Nobuhito Sato

SEE ALSO

Plagger, Text::Markdown