diff options
Diffstat (limited to 'basewiki/wikilink.mdwn')
-rw-r--r-- | basewiki/wikilink.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/basewiki/wikilink.mdwn b/basewiki/wikilink.mdwn index ac0ec9d56..6051fe120 100644 --- a/basewiki/wikilink.mdwn +++ b/basewiki/wikilink.mdwn @@ -13,3 +13,7 @@ always lowercased. 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|SandBox]]" links to the +SandBox page, but the link will appear like this: [[foo|SandBox]] |