The callout block can help you highlight some content.
Syntax
The syntax is:
```callout[, theme, bg_color, border_color] Callout content ```
Config
Config name | Type | Explanation |
---|---|---|
theme | enum | the theme |
bg_color | color | the background color |
broder_color | color | the 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