Documentation

This commit is contained in:
squidfunk 2024-02-09 11:16:21 +07:00
parent 860869be09
commit 1698fd8172
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -122,7 +122,7 @@ but it's always possible to use the [Markdown in HTML] extension with literal
`figure` and `figcaption` tags:
``` html title="Image with caption"
<figure markdown>
<figure markdown="span">
![Image title](https://dummyimage.com/600x400/){ width="300" }
<figcaption>Image caption</figcaption>
</figure>