* Add a templates page to the basewiki. It will automatically list all
[ikiwiki.git] / mdwn2man
index e78a4d18cf6da8046e9a998d4d7ff738deae6037..86a524bd648a02c4b21aae545a0e156b622eb03d 100755 (executable)
--- 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;