diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-30 13:46:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-30 13:46:49 -0400 |
commit | 9fee3e4e84da086b0eac83bb6383f9213f813d36 (patch) | |
tree | 2a3887df7c8d7f512b0972da55d0cfc913945a32 /doc/ikiwiki/wikilink | |
parent | 354d22e27b4d9cb8207e038de4f342545435d2c6 (diff) |
response
Diffstat (limited to 'doc/ikiwiki/wikilink')
-rw-r--r-- | doc/ikiwiki/wikilink/discussion.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index a530c9cf1..0677ff7de 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -59,6 +59,11 @@ this doesn't work, so I had to resort to using `\[[foo/bar]]` instead. > Even worse, trying to link from `/foo/bar` to `/foo/bar/foo/bar` ... this will probably need `\[[./foo/bar]]` --[[Jan|jwalzer]] +>> There is no ".." syntax in wikilinks, but if the link begins with "/" it +>> is rooted at the top of the wiki, as documented in +>> [[subpage/linkingrules]]. Therefore, every example page name you listed +>> above will work unchanged as a wikilink to that page! --[[Joey]] + ---- How do I make images clickable? The obvious guess, \[[foo.png|/index]], doesn't work. --[[sabr]] |