docs/src/features/images.md
Images are supported and will render in your terminal as long as it supports either the iterm2 image protocol, the kitty graphics protocol, or sixel. Some of the terminals where at least one of these is supported are:
Things you should know when using image tags in your presentation's markdown are:
 will be looked up at
$PRESENTATION_DIRECTORY/food/potato.png.If you're using tmux, you will need to enable the allow-passthrough option for images to work correctly.
The size of each image can be set by using the image:width or image:w attributes in the image tag. For example, the
following will cause the image to take up 50% of the terminal width:

The image will always be scaled to preserve its aspect ratio and it will not be allowed to overflow vertically nor horizontally.
By default the image protocol to be used will be automatically detected. In cases where this detection fails, you can
set it manually via the --image-protocol parameter or by setting it in the config
file.