NAME

Text::CommonMark - A wrapper around the CommonMark C library (deprecated)

VERSION

Version 0.0004, released 2016-01-31.

SYNOPSIS

use Text::CommonMark;

my $html = commonmark_to_html('a text');
# $html -> '<p>A text</p>'

DESCRIPTION

Deprecated, will be removed from CPAN soon.

This is now a thin wrapper around CommonMark. Use that directly instead.

SOURCE

https://github.com/Csson/p5-Text-CommonMark

HOMEPAGE

https://metacpan.org/release/Text-CommonMark

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Erik Carlsson.

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