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
| Attribute | Values | Description |
|---|---|---|
width | Number (pixels) | Image width |
height | Number (pixels) | Image height |
align | left, center, right | Horizontal alignment |
caption | String | Override caption (default: alt text) |
anchor | String | Anchor ID for cross-references |
spacing | before,after (e.g., 10,20) | Spacing before/after in points |
Image directive
For an alternative syntax, use the:::image directive:
width, height, align, caption). The alt text from the inner  is used as the caption if no explicit caption attribute is provided.