From: JeremyReed Date: Fri, 3 Jun 2011 18:24:00 +0000 (+0000) Subject: How to insert an image? X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/9b6d45e48d78a41dd76afdc83448fd7260600a29 How to insert an image? --- diff --git a/doc/ikiwiki/directive/img/discussion.mdwn b/doc/ikiwiki/directive/img/discussion.mdwn new file mode 100644 index 000000000..c2e724428 --- /dev/null +++ b/doc/ikiwiki/directive/img/discussion.mdwn @@ -0,0 +1,21 @@ +## How to insert an image? + +I have goodstuff; I don't have img disabled. + +I used + + \[[!img utah-2006-100-180.png]] + +and + + \[[utah-2006-100-180.png]] + +and + + \[[!img utah-2006-100-180.png link=no]] + +But it doesn't show the image file I already put in that directory. I can access the file by directly going to it in my browser. I want to see it on my wiki page. + +It does show a clickable question mark for ikiwiki.cgi?page=utah-2006-100-180.png&from=roadtrips&do=create + +-- [[JeremyReed]