Include "markdown" in list of config.toml sections (#1290)

This commit is contained in:
Matt Riggott 2021-01-07 09:49:17 +00:00 committed by GitHub
parent 74bf676ced
commit 3b074c185c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,12 @@ If you are not familiar with TOML, have a look at [the TOML spec](https://github
Here are the current `config.toml` sections: Here are the current `config.toml` sections:
1. main (unnamed) 1. main (unnamed)
2. link_checker 2. markdown
3. slugify 3. link_checker
4. search 4. slugify
5. translations 5. search
6. extra 6. translations
7. extra
**Only the `base_url` variable is mandatory**. Everything else is optional. All configuration variables **Only the `base_url` variable is mandatory**. Everything else is optional. All configuration variables
used by Zola as well as their default values are listed below: used by Zola as well as their default values are listed below: