diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-21 22:06:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-21 22:06:35 +0000 |
commit | f81d4904ee1b5ac22c476cb664e5f1de549d537c (patch) | |
tree | 89e2a83cdb702d4fc0a88c87f43b53f5709440a2 | |
parent | f646e975d6a48349119bf7f2eb031e7d4d2e9732 (diff) |
update
-rw-r--r-- | doc/plugins/img.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/img.mdwn b/doc/plugins/img.mdwn index 4a9b11778..78a5b17e6 100644 --- a/doc/plugins/img.mdwn +++ b/doc/plugins/img.mdwn @@ -16,6 +16,9 @@ Note that this is a stripped down version of Christian Mock's \[[img image1.jpg size="200x200" alt="clouds"]] +The `alt` parameter is optional. The `size` parameter is also optional, +defaulting to full size. + Or set default values that will be applied to all later images on the page, unless overridden. Useful when including many images on a page. @@ -23,6 +26,3 @@ unless overridden. Useful when including many images on a page. \[[img photo1.jpg]] \[[img photo2.jpg]] \[[img photo3.jpg size=200x600]] - -The `alt` parameter is optional. The `size` parameter is also optional, -defaulting to full size. |