mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
docs(readme): correct the format of metadata content
This commit is contained in:
parent
91332bd36a
commit
bafdcd7c22
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue