diff --git a/docs/reference/images.md b/docs/reference/images.md index c13cf86ee..824e13502 100644 --- a/docs/reference/images.md +++ b/docs/reference/images.md @@ -136,6 +136,21 @@ but it's always possible to use the [Markdown in HTML] extension with literal + +Another option is to use [Markdown captions](https://github.com/Evidlo/markdown_captions) extension +which converts images with alt text to \ with \. + +``` html title="Image with caption" + ![Image caption](https://dummyimage.com/600x400/){ width="300" } +``` + +
+
+ +
Image caption
+
+
+ ### Image lazy-loading Modern browsers provide [native support for lazy-loading images][lazy-loading]