master
Joey Hess 2008-04-10 17:53:24 -04:00
parent 2beb279806
commit 04d601f419
1 changed files with 4 additions and 0 deletions

View File

@ -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]]