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

Text::Multi::Block::Markdown - Text::Multi processor for Markdown blocks

SYNOPSIS

  {{{ Markdown }}}

DESCRIPTION

This subclass of Text::Multi::Block uses Text::Markdown to process Markdown formatted text into HTML. For more information on Markdown's syntax, see http://daringfireball.net/projects/markdown/.

PARAMETERS

These are parameters that can be set in the Text::Multi tag in your text document, to provide additional information to formatter modules, and potentially to influence how the content is rendered. Also see "PARAMETERS" in Text::Multi::Block for inherited parameters that can be used by this formatter.

make_index (MakeIndex)

top_heading (TopHeading)

INTERNAL METHODS

as_html()

See "as_html" in Text::Multi::Block.

SEE ALSO

Text::Multi

Text::Multi::Block

Text::Markdown

http://daringfireball.net/projects/markdown/

http://www.jasonkohles.com/software/Text-Multi/

AUTHOR

Jason Kohles <email@jasonkohles.com>.

COPYRIGHT AND LICENSE

Copyright (C) 2007 by Jason Kohles

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