X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4b36dee35a55b08d6d6f3bb3840220a4956f2540..1d1124d5269f8090ec1c5b3f45338a810e131d1d:/mdwn2man?ds=sidebyside

diff --git a/mdwn2man b/mdwn2man
index e78a4d18c..d3db43165 100755
--- a/mdwn2man
+++ b/mdwn2man
@@ -7,7 +7,7 @@ my $section=shift;
 print ".TH $prog $section\n";
 
 while (<>) {
-	s{(\\?)\[\[([^\s\]]+)\]\]}{$1 ? "[[$2]]" : $2}eg;
+	s{(\\?)\[\[([^\s\|\]]+)(\|[^\s\]]+)?\]\]}{$1 ? "[[$2]]" : $2}eg;
 	if (/^#\s/) {
 		s/^#\s/.SH /;
 		<>; # blank;