image
.image url:{String} \
label:{InlineMarkdownContent} \
title:{InlineMarkdownContent? = null} \
width:{Size? = null} \
height:{Size? = null} \
ref:{String? = null} \
figure:{Boolean = true} \
mediastorage:{Boolean = true}
-> NodeCreates an image with fine-grained control over its properties, compared to the standard Markdown image syntax ().
Example:
.image {image.png} label:{An image}
.image {photo.jpg} label:{A photo} title:{A beautiful photo} width:{200px}Return
Parameters
path or URL to the image
- Likely named
inline content used as the image's alt text
- Optional
- Likely named
optional inline content used as both the tooltip and figure caption
- Optional
- Likely named
optional width constraint for the image
- Optional
- Likely named
optional height constraint for the image
- Optional
optional ID for cross-referencing via reference
- Optional
whether to wrap the image in a Figure block
- Optional
whether this image should be registered in the media storage system. When disabled, the image URL is used as-is without being copied to the output's media directory. Useful for images that should reference a fixed relative path rather than a stored copy