aboutsummaryrefslogtreecommitdiff
path: root/underlays/basewiki/directive/img.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-11 18:29:07 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-11 18:29:07 -0400
commit5e4767a594f238327a4c74f1aecc69779a237eab (patch)
treef9d0f4383ddbb7d3e0064d20e3a68e38e3e0ab74 /underlays/basewiki/directive/img.mdwn
parenteb92d09360e871f4af059c30e70cf7f0b24315e2 (diff)
downloadikiwiki-5e4767a594f238327a4c74f1aecc69779a237eab.tar
ikiwiki-5e4767a594f238327a4c74f1aecc69779a237eab.tar.gz
misc minor changes
Diffstat (limited to 'underlays/basewiki/directive/img.mdwn')
-rw-r--r--underlays/basewiki/directive/img.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/underlays/basewiki/directive/img.mdwn b/underlays/basewiki/directive/img.mdwn
index d8c9f359f..cfcafc3b3 100644
--- a/underlays/basewiki/directive/img.mdwn
+++ b/underlays/basewiki/directive/img.mdwn
@@ -2,7 +2,7 @@ The `img` directive is supplied by the [[!iki plugins/img]] plugin.
This is an image handling directive. While ikiwiki supports inlining full-size
images by making a [[ikiwiki/WikiLink]] that points to the image, using
-this plugin you can easily scale down an image for inclusion onto a page,
+this directive you can easily scale down an image for inclusion onto a page,
providing a link to a full-size version.
## usage
@@ -16,7 +16,7 @@ The `size` parameter is optional, defaulting to full size. Note that the
original image's aspect ratio is always preserved, even if this means
making the image smaller than the specified size. You can also specify only
the width or the height, and the other value will be calculated based on
-it: "200x", "x200".
+it: "200x", "x200"
You can also pass `alt`, `title`, `class` and `id` parameters. These are
passed through unchanged to the html img tag. If you include a `caption`