master
joey 2007-08-28 23:11:40 +00:00
parent ad78b73fb0
commit 99261148fe
2 changed files with 2 additions and 2 deletions

View 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

View 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]]