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__.
master
Josh Triplett 2008-02-06 20:00:44 -08:00
parent f3efacb16d
commit 1bcfef8be8
1 changed files with 1 additions and 1 deletions

View File

@ -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