markdown fixes
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Dec 2008 18:31:25 +0000 (13:31 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Dec 2008 18:31:25 +0000 (13:31 -0500)
doc/git.mdwn
gitremotes

index 511a0a75c8e0db75540714cb379e5b7f615c2694..abb25722a06f0aa59b0e313f653fe24c6cc8512d 100644 (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)
   A mirror of the main repo, automatically updated.
   [browse](http://github.com/joeyh/ikiwiki/tree/master)
   A mirror of the main repo, automatically updated.
-* [[smcv]] <git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git>
-* [[intrigeri]] <git://gaffer.ptitcanardnoir.org/ikiwiki.git>
-* [[gmcmanus]] <git://github.com/gmcmanus/ikiwiki.git>
-* [[jelmer]] <git://git.samba.org/jelmer/ikiwiki.git>
+* [[smcv]] `git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git`
+* [[intrigeri]] `git://gaffer.ptitcanardnoir.org/ikiwiki.git`
+* [[gmcmanus]] `git://github.com/gmcmanus/ikiwiki.git`
+* [[jelmer]] `git://git.samba.org/jelmer/ikiwiki.git`
 
 ## branches
 
 
 ## branches
 
index b144909243f702d04c95822ee6ce163e73896c54..7b9484dd16dc3c4f3a1ee36ab566dfd0aa8eb07b 100755 (executable)
@@ -6,7 +6,7 @@ my $error=0;
 
 open (IN, "doc/git.mdwn") || die "doc/git.mdwn: $!";
 while (<IN>) {
 
 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;
                # note that the remote name has to be a simple word (\w)
                # for security/sanity reasons
                my $remote=$1;