Skip to content

Images

Basic Image Syntax

![Alt text](path/to/image.png)
![Alt text](path/to/image.png "Optional title")
[![Alt text](image.png)](https://example.com)

Reference-Style Images

![Alt text][image-ref]

[image-ref]: path/to/image.png "Optional title"

Image Alignment (with CSS)

![Centered Image](https://via.placeholder.com/200x100/0088cc/ffffff?text=Centered)
![Right Aligned](https://via.placeholder.com/150x75/00aa00/ffffff?text=Right)

Images and Prefixes

Image Paths

Image paths are not affected by the strip-number-prefix plugin. Only markdown files have their URLs transformed.

Figure Captions

Figure example
This is a figure caption using HTML

Previous: Admonitions | Back to Advanced Features | Next Section: Examples