Skip to content
Markdown

Markdown Figure Generator

Create figures with captions using HTML valid in Markdown.

How it works

  1. 1Enter “src | caption” per line.
  2. 2Each becomes a <figure> with an <img> and <figcaption>.
  3. 3Copy the figures.

Use cases

  • Add captioned images to docs.
  • Create accessible figures.
  • Caption charts and diagrams.

Frequently asked questions

Why HTML instead of Markdown?

Markdown has no native caption syntax; <figure>/<figcaption> is the accessible standard and works in most Markdown renderers.

Is alt text included?

Yes. The caption is also used as the image alt text.

Is it private?

Yes. Everything runs locally in your browser; nothing is uploaded.

See all →