diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-28 23:31:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-28 23:31:53 +0000 |
commit | d9f1b1214926832793103adef926c0bccc833b48 (patch) | |
tree | fae805f735637463f3d66f2ac949ab74eb468cc3 /doc/wikilink.mdwn | |
parent | d73574e19f3544faee8bfaf2d7269b8bc70eca7a (diff) | |
download | ikiwiki-d9f1b1214926832793103adef926c0bccc833b48.tar ikiwiki-d9f1b1214926832793103adef926c0bccc833b48.tar.gz |
support [[linktext|pagename]] links
Diffstat (limited to 'doc/wikilink.mdwn')
-rw-r--r-- | doc/wikilink.mdwn | 4 |
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]] |