From: https://www.google.com/accounts/o8/id?id=AItOawn1lGvpPZ8dpuLSPLPa-jqpMef2KqeB1qI Date: Sat, 9 Jan 2010 19:47:32 +0000 (+0000) Subject: new forum thread X-Git-Tag: 3.20100122~43 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=a8258dea709c801b148635feaa78bf99e077c5a6 new forum thread --- 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 new file mode 100644 index 000000000..2ec18d3a5 --- /dev/null +++ b/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn @@ -0,0 +1,9 @@ +how can I create a link to an image which is part of the wiki, without having it inserted in my page? + +I tought this: + +[[look at this|img/lolcat.png]] + +would work, but it doesn't. + +Any hints?