Skip to content

Commit ae93496

Browse files
committed
Removed recommendation for markdown captions extension
1 parent 502a517 commit ae93496

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/reference/images.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -136,21 +136,6 @@ but it's always possible to use the [Markdown in HTML] extension with literal
136136
</figure>
137137
</div>
138138

139-
140-
Another option is to use [Markdown captions](https://github.com/Evidlo/markdown_captions) extension
141-
which converts images with alt text to \<figure\> with \<figcaption\>.
142-
143-
``` html title="Image with caption"
144-
![Image caption](https://dummyimage.com/600x400/){ width="300" }
145-
```
146-
147-
<div class="result">
148-
<figure>
149-
<img src="https://dummyimage.com/600x400/f5f5f5/aaaaaa?text=–%20Image%20–" width="300" />
150-
<figcaption>Image caption</figcaption>
151-
</figure>
152-
</div>
153-
154139
### Image lazy-loading
155140

156141
Modern browsers provide [native support for lazy-loading images][lazy-loading]

0 commit comments

Comments
 (0)