File: Markdown.pm

package info (click to toggle)
libcatmandu-markdown-perl 0.011-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 91; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package Catmandu::Markdown;
our $VERSION = "0.011";

=head1 NAME

Catmandu::Markdown - Catmandu tools for working with markdown data

=head1 MODULES

L<Catmandu::Fix::markdown_to_html>

=head1 AUTHORS

Nicolas Franck C<< <nicolas.franck at ugent.be> >>

=head1 SEE ALSO

L<Catmandu>, L<Catmandu::Fix> , L<Text::Markdown::Discount>

=cut

1;