diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-12-11 13:31:25 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-12-11 13:31:25 -0500 |
commit | 3305fb9d36de3c32552da036ebc6db2611fe13fe (patch) | |
tree | b70f72b45feb05f552d400fd850b901d228e3474 /gitremotes | |
parent | 8b7c2f29bf316e78d49408b3ce4758cbaea4a42f (diff) | |
download | ikiwiki-3305fb9d36de3c32552da036ebc6db2611fe13fe.tar ikiwiki-3305fb9d36de3c32552da036ebc6db2611fe13fe.tar.gz |
markdown fixes
Diffstat (limited to 'gitremotes')
-rwxr-xr-x | gitremotes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitremotes b/gitremotes index b14490924..7b9484dd1 100755 --- a/gitremotes +++ b/gitremotes @@ -6,7 +6,7 @@ my $error=0; open (IN, "doc/git.mdwn") || die "doc/git.mdwn: $!"; while (<IN>) { - if (/^\*\s+\[\[(\w+)\]\]\s+<([^>]+)>/) { + if (/^\*\s+\[?\[?(\w+)\]?\]?\s+`([^>]+)`/) { # note that the remote name has to be a simple word (\w) # for security/sanity reasons my $remote=$1; |