1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
=begin html
<p>
<a href="http://badge.fury.io/pl/CommonMark"><img src="https://badge.fury.io/pl/CommonMark.svg" alt="CPAN version"></a>
</p>
=end html
=head1 Perl bindings for the CommonMark C library
This distribution is a wrapper around I<libcmark>, the official CommonMark C
library.
=head2 Installation
See section "Installation" in the POD for the CommonMark module.
=head2 Copyright
This software is copyright (C) by Nick Wellnhofer.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
|