From: joey Date: Sun, 15 Apr 2007 07:24:55 +0000 (+0000) Subject: web commit by JoshTriplett: Remove placeholder, and make absolute image... X-Git-Tag: 1.50~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da81fcd8eeb5591ee36b1e3145452e36a2be20ed;p=ikiwiki.git web commit by JoshTriplett: Remove placeholder, and make absolute image reference actually absolute. --- diff --git a/doc/plugins/img.mdwn b/doc/plugins/img.mdwn index b8b82a967..bbeb2a9f3 100644 --- a/doc/plugins/img.mdwn +++ b/doc/plugins/img.mdwn @@ -29,6 +29,6 @@ the page, unless overridden. Useful when including many images on a page. \[[img photo2.jpg]] \[[img photo3.jpg size=200x600]] -You can also reference an image in /images like this: +You can also reference an image in /images like this: - \[[img images/photo3.jpg size=200x600]] + \[[img /images/photo3.jpg size=200x600]]