From: joey Date: Tue, 28 Aug 2007 23:11:40 +0000 (+0000) Subject: fix X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/99261148fe12255b5825a4d07d754424ee876c78?hp=ad78b73fb09a3d0570a852bf2e67e5215c78560f;ds=sidebyside fix --- diff --git a/IkiWiki.pm b/IkiWiki.pm index 6d89adddf..0c1df8b47 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -39,7 +39,7 @@ sub defaultconfig () { #{{{ wiki_link_regexp => qr{ \[\[ # beginning of link (?: - ([^\]\|\n]+) # 1: link text + ([^\]\|\n]+) # 1: link text \| # followed by '|' )? # optional diff --git a/doc/bugs/wikilink_in_table.mdwn b/doc/bugs/wikilink_in_table.mdwn index 05b1d519e..4d646385f 100644 --- a/doc/bugs/wikilink_in_table.mdwn +++ b/doc/bugs/wikilink_in_table.mdwn @@ -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]]