summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawn1lGvpPZ8dpuLSPLPa-jqpMef2KqeB1qI <https://www.google.com/accounts/o8/id?id=AItOawn1lGvpPZ8dpuLSPLPa-jqpMef2KqeB1qI@web>2010-01-09 21:11:25 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-09 21:11:25 +0000
commitd249f674161bcee5ee7387dfe2600e9e20292bc8 (patch)
treec33a4fccfffaa0d4f6458bcf22f5c264f5c56823 /doc
parent9d673e31e755a0e1595d3472de12937517d3a24a (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn b/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn
index 8a7fd7a29..67bb7f85f 100644
--- a/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn
+++ b/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn
@@ -6,7 +6,7 @@ I tought this:
would work, but it doesn't.
-Any hints?
+Any hints? --[[jerojasro]]
> Well, currently the syntax above will display the image
> inline with the specified link text used as an alt attribute. Although
@@ -39,3 +39,6 @@ Any hints?
> Anyway, the cheap and simple answer to your question is to use html
> or markdown instead of a [[ikiwiki/wikilink]]. Ie,
> `[look at this](img/lolcat.jpg)`. --[[Joey]]
+
+> > thanks a lot, that's a quite straightforward solution. I actually wrote a
+> > broken plugin to do that, and now I can ditch it --[[jerojasro]]