=begin html

<p>
<a href="https://travis-ci.org/nwellnhof/perl-commonmark?branch=master"><img src="https://travis-ci.org/nwellnhof/perl-commonmark.svg?branch=master" alt="Travis CI status"></a>
<a href="https://ci.appveyor.com/project/nwellnhof/perl-commonmark/branch/master"><img src="https://ci.appveyor.com/api/projects/status/rtjlp1r75mjf5m09/branch/master?svg=true" alt="AppVeyor status"/></a>
<a href="https://coveralls.io/r/nwellnhof/perl-commonmark?branch=master"><img src="https://coveralls.io/repos/nwellnhof/perl-commonmark/badge.svg?branch=master" alt="Coverage Status"></a>
<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.