Callout
2022-11-30

The callout block can help you highlight some content.

Syntax

The syntax is:

```callout[, theme, bg_color, border_color]
Callout content
```

Config

Config nameTypeExplanation
themeenumthe theme
bg_colorcolorthe background color
broder_colorcolorthe border color

For example:

```callout, bg_color:#faf8f3, border_color:#ececec
Zine is a static site generator for magazine.
```

will render to:

Zine is a static site generator for magazine.

However, zine provices some built-in themes.

Callout theme

grey

Grey callout

The syntax is: callout, theme: grey

orange

Orange callout

The syntax is: callout, theme: orange

red

Red callout

The syntax is: callout, theme: red

yellow

Yellow callout

The syntax is: callout, theme: yellow

green

Green callout

The syntax is: callout, theme: green

blue

Blue callout

The syntax is: callout, theme: blue

purple

Purple callout

The syntax is: callout, theme: purple