links and images:images
Images are handled like links.
| Xilize markup | browser rendering |
|
Example of image !colors.png! markup. Image markup with "alternative" text !colors.png (colorful sample image)! which is displayed when the image is not available. Emedded[!colors.png!]image. |
Example of image Image markup with "alternative" text Emedded |
XHTML generated
<p>Example of image <img src="colors.png" /> markup. </p>
<p>Image markup with "alternative" text <img src="colors.png" alt="colorful
sample image" title="colorful sample image" /> which is displayed when the image
is not available. </p>
<p>Emedded<img src="colors.png" />image.</p>