aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki.pm2
-rw-r--r--doc/bugs/wikilink_in_table.mdwn2
2 files changed, 2 insertions, 2 deletions
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]]