Quote
2022-11-30

The quote is a handy block to help you quote sentences and paragraph.

Syntax

```quote
author = ""
bio = ""
content = ""
```

Config

Config nameTypeExplanation
authorstringthe author name (optional)
biostringthe bio of author (optional)
contentstringthe content

The content bio and content can be markdown format. Actually, the content of the quote is toml format, therefore you can use multiple lines. For example:

```quote
author = "Zine Team"
content = """
The [zine documentation](/) website is built by [zine](https://github.com/zineland/zine) itself.

![](/static/zine.png)
"""
```
Zine Team

The zine documentation website is built by zine itself.