Images in public/ are served from the root, so public/y-wing.jpeg is just
/y-wing.jpeg. The prose styles center images automatically.
Basic image
Always write real alt text β itβs read aloud and shown when the image fails.

Captioned figure
Use a <figure> when the image needs a caption:
Side-by-side
External image

ASCII / box diagrams
No plugin needed β a fenced block keeps the spacing exact:
ββββββββββββ ββββββββββββ ββββββββββββ
β Client β ββββΆ β API β ββββΆ β DB β
ββββββββββββ ββββββββββββ ββββββββββββ
β² β
βββββ response βββββ
On Mermaid diagrams: this site doesnβt have a Mermaid integration wired up, so
```mermaidblocks render as plain code. Either add the integration, paste a pre-rendered SVG/PNG intopublic/, or stick with ASCII for quick sketches.