X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4045ee01e5295b08bf5b45a1434cd6743caeb18d..f55c7d13966ff1cd90ddf50e05829f6bb3eda557:/mdwn2man diff --git a/mdwn2man b/mdwn2man index e4ba5aadf..090174534 100755 --- a/mdwn2man +++ b/mdwn2man @@ -9,7 +9,7 @@ print ".TH $prog $section\n"; while (<>) { s{(\\?)\[\[([^\s\|\]]+)(\|[^\s\]]+)?\]\]}{$1 ? "[[$2]]" : $2}eg; s/\`//g; - s/^\./\\&./g; + s/^\s*\./\\&./g; if (/^#\s/) { s/^#\s/.SH /; <>; # blank;