diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-28 16:14:43 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-28 16:14:43 -0500 |
commit | c2afda7f90c595d3256625c81aabc90252b7b07f (patch) | |
tree | 1e86e4983e7af8e0e8bb7068f745485962f75c3b /doc | |
parent | 633f8d4dd3f21e5793f4aa8f5b9ca91156a64034 (diff) |
* img: Allow the link parameter to point to an exterior url.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/img.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
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. |