diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-04 18:51:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-04 18:51:26 +0000 |
commit | 642f73a39fa5249e01b384cda24e44bfb805e971 (patch) | |
tree | bdc6fc39b8241d1798a8ce1dc45f1a0483a412b8 /basewiki | |
parent | 0e8d8be117c3d10690208b1d75513c5cdd34ad4a (diff) | |
download | ikiwiki-642f73a39fa5249e01b384cda24e44bfb805e971.tar ikiwiki-642f73a39fa5249e01b384cda24e44bfb805e971.tar.gz |
dirname, basename, bestlink, linkify, pagetitle, titlepage.
* Allow links of the form [[some page|page]], with whitespace in the link
text.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/wikilink.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basewiki/wikilink.mdwn b/basewiki/wikilink.mdwn index 21f10a7dd..abdfe6fd2 100644 --- a/basewiki/wikilink.mdwn +++ b/basewiki/wikilink.mdwn @@ -15,5 +15,5 @@ Note that if the file linked to by a WikiLink looks like an image, it will be displayed inline on the page. It's also possible to write a WikiLink that uses something other than the -page name as the link text. For example "\[[foo_bar|SandBox]]" links to the -SandBox page, but the link will appear like this: [[foo_bar|SandBox]] +page name as the link text. For example "\[[foo bar|SandBox]]" links to the +SandBox page, but the link will appear like this: [[foo bar|SandBox]] |