Skip to content

Box Containers

Boxes are basically admonitions without the title and are about the color instead of the type.

This is a box.

This is a blue box.

This is a brand box.

This is a green box.

This is a red box.

This is a yellow box.

The above is achieved with the following markdown:

md
::: box
This is a box.
:::

::: box-blue
This is a blue box.
:::

::: box-brand
This is a brand box.
:::

::: box-green
This is a green box.
:::

::: box-red
This is a red box.
:::

::: box-yellow
This is a yellow box.
:::