image
ShowableShowable functions can be customized with show
rules.
Showable functions can be customized with
show
rules.A raster or vector graphic.
Supported formats are PNG, JPEG, GIF and SVG.
Example
#align(center)[
#image("molecular.jpg", width: 80%)
*A step in the molecular testing
pipeline of our lab*
]

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
path
Path to an image file.
width
The width of the image.
height
The height of the image.
fit
stringSettableSettable parameters can be customized for all following uses of the function with a set
rule.
Settable parameters can be customized for all following uses of the function with a
set
rule.How the image should adjust itself to a given area.
- "cover"
The image should completely cover the area. This is the default.
- "contain"
The image should be fully contained in the area.
- "stretch"
The image should be stretched so that it exactly fills the area, even if this means that the image will be distorted.