File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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- { 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
156141Modern browsers provide [ native support for lazy-loading images] [ lazy-loading ]
You can’t perform that action at this time.
0 commit comments