1
2
3
4
5
6
7
8
|
1
2
3
4
5
6
7
8
|
-
+
|
## `config:` struct
## # config: {…}
The `config:` field is a list of entries describing feature- and
application-level settings.
# config:
# { name: linky, type: bool, description: autolink urls }
# { name: xy.title, type: str, value: "blog title" }
|