projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edec951
)
fix escaping of indented dot
author
Joey Hess
<joey@gnu.kitenet.net>
Fri, 12 Mar 2010 20:09:33 +0000
(15:09 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Fri, 12 Mar 2010 20:09:33 +0000
(15:09 -0500)
mdwn2man
patch
|
blob
|
history
diff --git
a/mdwn2man
b/mdwn2man
index e4ba5aadfea3a04a00552a5cb90b81d34963aa9b..090174534d48e7cc056a5be13def89db80df6717 100755
(executable)
--- 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;