The quote
is a handy block to help you quote sentences and paragraph.
Syntax
```quote author = "" bio = "" content = "" ```
Config
Config name | Type | Explanation |
---|---|---|
author | string | the author name (optional) |
bio | string | the bio of author (optional) |
content | string | the 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.