From c2afda7f90c595d3256625c81aabc90252b7b07f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Dec 2007 16:14:43 -0500 Subject: * img: Allow the link parameter to point to an exterior url. --- doc/plugins/img.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/plugins') diff --git a/doc/plugins/img.mdwn b/doc/plugins/img.mdwn index 7858fd513..06c8429c8 100644 --- a/doc/plugins/img.mdwn +++ b/doc/plugins/img.mdwn @@ -28,7 +28,8 @@ 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 -to another page instead, or "link=no" to disable the link. +to another page instead, or "link=no" to disable the link, or +"link=http://url" to link to a given url. You can also set default values that will be applied to all later images on the page, unless overridden. Useful when including many images on a page. -- cgit v1.2.3