summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/wikilink
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ikiwiki/wikilink')
-rw-r--r--doc/ikiwiki/wikilink/discussion.mdwn4
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]]