]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 28 Aug 2007 23:11:40 +0000 (23:11 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 28 Aug 2007 23:11:40 +0000 (23:11 +0000)
IkiWiki.pm
doc/bugs/wikilink_in_table.mdwn

index 6d89adddf78a24792f8b986eaee0446b6caa98d9..0c1df8b474067375f6eb6d637a0250bf095a93fd 100644 (file)
@@ -39,7 +39,7 @@ sub defaultconfig () { #{{{
        wiki_link_regexp => qr{
                \[\[                    # beginning of link
                (?:
-                       ([^\]\|\n]+)      # 1: link text
+                       ([^\]\|\n]+)    # 1: link text
                        \|              # followed by '|'
                )?                      # optional
                
index 05b1d519ef20629700e7388ae84baf915c4b0c09..4d646385f813e54ccacbccf8450ab4704360c35e 100644 (file)
@@ -29,4 +29,4 @@ Please  click edit to see unrendered text. First, it is not monospace-d (I have
 Am I doing something wrong ?
 
 > See above for the right way to do it. Note that I also fixed a minor bug
-> in ikiwiki that makes it not display the opening `[[` above. --[[Joey]]
+> in ikiwiki to allow this. --[[Joey]]