fix
parent
ad78b73fb0
commit
99261148fe
|
@ -39,7 +39,7 @@ sub defaultconfig () { #{{{
|
|||
wiki_link_regexp => qr{
|
||||
\[\[ # beginning of link
|
||||
(?:
|
||||
([^\]\|\n]+) # 1: link text
|
||||
([^\]\|\n]+) # 1: link text
|
||||
\| # followed by '|'
|
||||
)? # optional
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue