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::Md2Inao - Convert markdown text to Inao-format

SYNOPSIS

my $p = Text::Md2Inao->new({
    default_list           => 'disc',
    max_list_length        => 63,
    max_inline_list_length => 55,
});

print encode_utf8 $p->parse($markdown_text);

DESCRIPTION

This is a text converter for WEB+DB PRESS articles.

AUTHOR

Naoya Ito <i.naoya@gmail.com>

LICENSE

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