## Showcase

### Markdown Image With Caption

![Docsector Reader logo](/images/logo.png)

The label above is rendered as the visible caption and remains the image alt text.

### Image with Title

![Docsector Reader logo](/images/logo.png "Docsector Reader")

The title attribute is preserved on the rendered image, while the block still keeps the same visible caption.

### Raw HTML Figure With Separate Alt And Caption

<figure><img src="/images/logo.png" alt="Docsector Reader brand mark"><figcaption><p>Docsector Reader logo used as a standalone brand image.</p></figcaption></figure>

Click any standalone image block on this page to open the zoom view.