This post covers the imgswap and img components. Images can also be embedded directly using markdown , but it is better to use a component so you can explicitly set the width and height, this will help prevent content layout shift which improves user experience and the google lighthouse score.
Several custom components are included to augment CommonMark. video, image, gif, and audio were created to help you take advantage of modern HTML elements in your writing.
The showdata component can load and display data from an external source via Zola's load_data() function.