Imagesjemdoc-rs supports both inline images and image blocks. Inline ImagesUse the [img] syntax:
[img{width}{height}{alt text} path/to/image.png]
All three brace parameters are optional. Examples:
[img{100}{100}{icon} img/favicon-jr.svg]
[img{200}{}{wide logo} img/favicon-jr.svg] [img{}{}{} img/favicon-jr.svg] Here is an inline image: Image BlocksImage blocks place an image alongside descriptive text. The text flows to the right of the image: ~~~{}{img_left}{photo.jpg}{alt text}{width}{height}{optional link} Description text goes here. ~~~ Example
Image Block with LinkIf the sixth parameter is a URL, the image becomes clickable:
|