From ae93496d6becdb9b5025a0cba07212cff74aa88e Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 13 Sep 2023 16:51:25 +0200 Subject: [PATCH] Removed recommendation for markdown captions extension --- docs/reference/images.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/reference/images.md b/docs/reference/images.md index 824e13502..c13cf86ee 100644 --- a/docs/reference/images.md +++ b/docs/reference/images.md @@ -136,21 +136,6 @@ 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]