< Back to blog

Markdown patterns for captions and callouts

A reference post for the caption and admonition syntax that editors can use in the CMS textarea today.

Published April 23, 2026Updated April 23, 20261 min read
Markdown patterns for captions and callouts
On this page2

Editorial patterns that stay portable

The public blog still stores article bodies as Markdown, so richer patterns need to stay readable in plain text.

Captioned images

Place the image on its own line and use the optional Markdown title field as the caption:

![Diagram](https://example.com/diagram.png "Caption text")
Studio whiteboard
Whiteboard notes from a content-planning session.

Admonitions