diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-10 17:53:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-10 17:53:24 -0400 |
commit | 04d601f419c56170a7d5c39a2fb44e88c1810667 (patch) | |
tree | f8d6fe5cc7e836e1ef65a03f0f3137a266486444 /doc/ikiwiki/wikilink | |
parent | 2beb27980635a75094bd3d5fce51fefd279cc759 (diff) |
response
Diffstat (limited to 'doc/ikiwiki/wikilink')
-rw-r--r-- | doc/ikiwiki/wikilink/discussion.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index 419bda0eb..fa3ac8604 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -54,3 +54,7 @@ this doesn't work, so I had to resort to using `\[[foo/bar]]` instead. ---- How do I make images clickable? The obvious guess, \[[foo.png|/index]], doesn't work. --[[sabr]] + +> You can do it using the img plugin. The syntax you suggested would be ambiguous, +> as there's no way to tell if the text is meant to be an image or displayed as-is. +> --[[Joey]] |