_Email.md_
Directives

Centered

Center-aligned text block.

A centered directive renders center-aligned text:

::: centered
Thanks for reading.
The Acme Team
:::

Useful for sign-offs, short messages, or any content that looks better centered.

Color

Override the text color with a hex value:

::: centered color=#00F7A4
Thanks for reading.
The Acme Team
:::

Other directives like callout and highlight also support a center parameter for centering text within a styled block:

::: callout center
**ABC-123**
:::

On this page