From c43431011cd0dcb643048bfa85849f547799cf86 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sat, 28 Oct 2023 23:04:03 +0200 Subject: [PATCH] bin/pod2markdown: add --man-url-prefix closes: #24 --- bin/pod2markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/pod2markdown b/bin/pod2markdown index 1ea2445..8b46cba 100755 --- a/bin/pod2markdown +++ b/bin/pod2markdown @@ -19,6 +19,7 @@ GetOptions(\%opts, qw( help|h html_encode_chars|html-encode-chars=s match_encoding|match-encoding|m + man_url_prefix|man-url-prefix=s output_encoding|output-encoding|e=s utf8|utf-8|u )) or pod2usage(2); @@ -101,6 +102,14 @@ See L for more information. Use the same C<< =encoding >> as the input pod for the output file. +=item --man-url-prefix + +Alters the man page urls that are created from C<< LEE >> codes. + +The default is C. + +See L for more information. + =item --output-encoding (-e) Specify the encoding for the output file.