Standard Markdown
Extended attributes
Append{attrs} after the image to control size, alignment, and more:
Auto-captioning
The alt text becomes the figure caption:"Figure", "Abb.") and styling (font, alignment, color) are configured in your document’s style settings.
Override the caption explicitly:
Anchors for cross-references
Add ananchor attribute to reference the image from elsewhere:
Attribute reference
The optional Markdown image title remains separate from the visible caption:
Crop and focal-point values use percentages. A crop rectangle must remain
inside the source image, so
x + width and y + height cannot exceed 100.Image directive
For an alternative syntax, use the:::image directive:
fit, crop, focalPoint, opacity, caption, anchor, and spacing. The
alt text from the inner  is used as the caption if no explicit
caption attribute is provided.