In certain situations, you want to present multiple images. Therefore, a slideshow-element should be created.
I would suggest the following syntax:
:::slideshow
![](image.png "Another description")
![](image2.png "A description")
:::
The slideshow-element should have one options. The option auto controls, if the slideshow moves to the next element after a predefined time. For example, auto=5 means that after 5 seconds, the next image will be shown. The default should be auto=0 (aka disabled).
In certain situations, you want to present multiple images. Therefore, a slideshow-element should be created.
I would suggest the following syntax:
The slideshow-element should have one options. The option
auto
controls, if the slideshow moves to the next element after a predefined time. For example,auto=5
means that after 5 seconds, the next image will be shown. The default should beauto=0
(aka disabled).The result should look similar to this one: https://www.w3schools.com/howto/howto_js_slideshow.asp