Images and embeds
How to use images and embeds in markdown.
Images
Lifted Image
A lifted image is an image that has border and shadow, making it stand out more.
Color Mode Image
A color mode image is an image that changes based on the current color mode (light or dark). This is useful for images that have different colors in light and dark mode.
Image Zooming
Images can be zoomed in by clicking on them. This feature is enabled by default. You can disable it by setting main.imageZoom
to false
in the app config or by setting the no-zoom
prop to true
on the image component.