From 642f73a39fa5249e01b384cda24e44bfb805e971 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 4 May 2006 18:51:26 +0000 Subject: dirname, basename, bestlink, linkify, pagetitle, titlepage. * Allow links of the form [[some page|page]], with whitespace in the link text. --- basewiki/wikilink.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basewiki') 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]] -- cgit v1.2.3