docs(readme): correct the format of metadata content

This commit is contained in:
dragonish 2025-04-05 12:20:19 +08:00
parent 91332bd36a
commit bafdcd7c22
No known key found for this signature in database
GPG key ID: 6F42FA9E807A5177

View file

@ -117,10 +117,10 @@ For example:
```yaml
---
heading:
- reading: true # Or yes, on, 1.
- preview: false # Or no, off, 0.
- source: false # Fields are optional.
- outline: ~ # Other values are equivalent to undeclared.
reading: true # Or yes, on, 1.
preview: false # Or no, off, 0.
source: false # Fields are optional.
outline: ~ # Other values are equivalent to undeclared.
---
```
@ -129,7 +129,7 @@ You can use `all` to set all status:
```yaml
---
heading:
- all: false
all: false
---
```