From: Josh Triplett Date: Thu, 7 Feb 2008 04:00:44 +0000 (-0800) Subject: Allow whitespace in page names. X-Git-Tag: 2.40~148 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1bcfef8be8064cd85c9ab260bfddf0032d568c51;p=ikiwiki.git Allow whitespace in page names. Spaces in page names map to underscores in file names. Newlines and tabs follow ikiwiki's usual filename escaping rules: __10__ and __9__. --- diff --git a/IkiWiki.pm b/IkiWiki.pm index ca75d885b..a81dcfd6e 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -44,7 +44,7 @@ sub defaultconfig () { #{{{ \| # followed by '|' )? # optional - ([^\s\]#]+) # 2: page to link to + ([^\]#]+) # 2: page to link to (?: \# # '#', beginning of anchor ([^\s\]]+) # 3: anchor text