diff options
author | https://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 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-01-09 19:47:32 +0000 |
commit | a8258dea709c801b148635feaa78bf99e077c5a6 (patch) | |
tree | c6f373e0e4efc22bba37b32a67d66e9a1c73bbc2 /doc | |
parent | fa59bfad847a9895a37803bc21fb28a27f0fc368 (diff) | |
download | ikiwiki-a8258dea709c801b148635feaa78bf99e077c5a6.tar ikiwiki-a8258dea709c801b148635feaa78bf99e077c5a6.tar.gz |
new forum thread
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn | 9 |
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? |