Containers

Callout blocks — tip, info, note, warning, and danger.

Wrap content in ::: fences to render a callout. Five types are available: tip, info, note, warning, and danger.

::: tip
Something helpful the reader might miss.
:::
TIP

Something helpful the reader might miss.

INFO

Neutral background information.

WARNING

Proceed with care — this can bite.

DANGER

This action is destructive.

Custom titles

Put a title after the type:

::: tip Pro tip
You can name the callout anything.
:::
Pro tip

You can name the callout anything.

Markdown inside

Containers hold any markdown — emphasis, inline code, links, and lists all work:

Everything nests

A list inside a callout:

  • calm
  • rounded
enko