summaryrefslogtreecommitdiff
path: root/doc/wikilink.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-28 23:31:53 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-28 23:31:53 +0000
commitd9f1b1214926832793103adef926c0bccc833b48 (patch)
treefae805f735637463f3d66f2ac949ab74eb468cc3 /doc/wikilink.mdwn
parentd73574e19f3544faee8bfaf2d7269b8bc70eca7a (diff)
support [[linktext|pagename]] links
Diffstat (limited to 'doc/wikilink.mdwn')
-rw-r--r--doc/wikilink.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/wikilink.mdwn b/doc/wikilink.mdwn
index 4b5c5c1c0..25c758613 100644
--- a/doc/wikilink.mdwn
+++ b/doc/wikilink.mdwn
@@ -23,3 +23,7 @@ charaters, it is possible to create page names containing other characters:
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]]