summaryrefslogtreecommitdiff
path: root/doc/plugins/img.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-30 12:58:36 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-30 12:58:36 -0400
commitbb51e81762587364ae571b1f0a59955637e0e4a5 (patch)
treeecdb4fc6bbc69b1ba49cbcfcb4b8c7d47d8b9d56 /doc/plugins/img.mdwn
parent112737535c023bf363c9d6be2377206417e4eebe (diff)
img: Support a title attribute, will be passed through to html. Closes: #478718
Diffstat (limited to 'doc/plugins/img.mdwn')
-rw-r--r--doc/plugins/img.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/img.mdwn b/doc/plugins/img.mdwn
index 06c8429c8..b5eef148f 100644
--- a/doc/plugins/img.mdwn
+++ b/doc/plugins/img.mdwn
@@ -23,8 +23,8 @@ 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 pass `alt`, `class` and `id` parameters. These are passed through
-unchanged to the html img tag.
+You can also pass `alt`, `title`, `class` and `id` parameters. These are
+passed through unchanged to the html img tag.
The `link` parameter is used to control whether the scaled down image links
to the full size version. By default it does; set "link=somepage" to link