X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0daa7a122f5e5c51fbd091a1f0c7b720b59a6172..4b0b5f9cfb66d1e6958c9e15924fc1570d0a0ae1:/mdwn2man?ds=sidebyside diff --git a/mdwn2man b/mdwn2man index 090174534..ad6d3c602 100755 --- a/mdwn2man +++ b/mdwn2man @@ -14,7 +14,8 @@ while (<>) { s/^#\s/.SH /; <>; # blank; } - s/^\s+//; + s/^[ \n]+//; + s/^\t/ /; s/-/\\-/g; s/^Warning:.*//g; s/^$/.PP\n/;