Name : perl-Pod-Markdown
| |
Version : 3.300
| Vendor : openSUSE
|
Release : bp156.3.1
| Date : 2023-07-22 11:25:45
|
Group : Development/Libraries/Perl
| Source RPM : perl-Pod-Markdown-3.300-bp156.3.1.src.rpm
|
Size : 0.08 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Convert POD to Markdown
|
Description :
This module uses Pod::Simple to convert POD to Markdown.
Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate.
By default \'markdown\' and \'html\' formatted regions are accepted. Regions of \'markdown\' will be passed through unchanged. Regions of \'html\' will be placed inside a \'< div>\' tag so that markdown characters won\'t be processed. Regions of \':markdown\' or \':html\' will be processed as POD and included. To change which regions are accepted use the Pod::Simple API:
my $parser = Pod::Markdown->new; $parser->unaccept_targets(qw( markdown html ));
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.6/repo/oss/noarch |