Adding captions to images on standard Grav pages

What is the easiest way for someone with no experience in website coding to add a caption to an image on a standard Grav page?

I used the plugin “Image Captions”. Your markdown code for a picture would look like this:

![picturename](mypicture.jpg?classes=caption "My caption for the picture")```
1 Like