Title and description

The title parameter sets the title of the image. The description parameter sets the alternative text of the image. This text is used by assistive technologies, and it functions as a placeholder when the image is not displayed. If the description parameter is omitted or empty, the part of the filename parameter after the last slash or backslash is used.

An example is provided here.

 @(insert_image (logo; title := "Logo";
description := "The Northwind Corporate Logo"))

This example sets the title "Logo" and the description "The Northwind Corporate Logo" for the inserted image.