markdown fixes

master
Joey Hess 2008-12-11 13:31:25 -05:00
parent 8b7c2f29bf
commit 3305fb9d36
2 changed files with 6 additions and 6 deletions

View File

@ -30,13 +30,13 @@ into [[Joey]]'s working tree. This is recommended. :-)
<!-- Machine-parsed format: * wikilink <git:url> --> <!-- Machine-parsed format: * wikilink <git:url> -->
* [[github]] <git://github.com/joeyh/ikiwiki.git> * github `git://github.com/joeyh/ikiwiki.git`
[browse](http://github.com/joeyh/ikiwiki/tree/master) [browse](http://github.com/joeyh/ikiwiki/tree/master)
A mirror of the main repo, automatically updated. A mirror of the main repo, automatically updated.
* [[smcv]] <git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git> * [[smcv]] `git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git`
* [[intrigeri]] <git://gaffer.ptitcanardnoir.org/ikiwiki.git> * [[intrigeri]] `git://gaffer.ptitcanardnoir.org/ikiwiki.git`
* [[gmcmanus]] <git://github.com/gmcmanus/ikiwiki.git> * [[gmcmanus]] `git://github.com/gmcmanus/ikiwiki.git`
* [[jelmer]] <git://git.samba.org/jelmer/ikiwiki.git> * [[jelmer]] `git://git.samba.org/jelmer/ikiwiki.git`
## branches ## branches

View File

@ -6,7 +6,7 @@ my $error=0;
open (IN, "doc/git.mdwn") || die "doc/git.mdwn: $!"; open (IN, "doc/git.mdwn") || die "doc/git.mdwn: $!";
while (<IN>) { while (<IN>) {
if (/^\*\s+\[\[(\w+)\]\]\s+<([^>]+)>/) { if (/^\*\s+\[?\[?(\w+)\]?\]?\s+`([^>]+)`/) {
# note that the remote name has to be a simple word (\w) # note that the remote name has to be a simple word (\w)
# for security/sanity reasons # for security/sanity reasons
my $remote=$1; my $remote=$1;