]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/img.mdwn
update
[ikiwiki.git] / doc / plugins / img.mdwn
index 4a9b11778301a697e8626d55cb23fbe66efede7d..78a5b17e6a0361c6a14d38e63faa6c963f984201 100644 (file)
@@ -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.