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 19:47:32 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-09 19:47:32 +0000
commita8258dea709c801b148635feaa78bf99e077c5a6 (patch)
treec6f373e0e4efc22bba37b32a67d66e9a1c73bbc2 /doc
parentfa59bfad847a9895a37803bc21fb28a27f0fc368 (diff)
new forum thread
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn9
1 files changed, 9 insertions, 0 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
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?