Generate example YAML configuration with all properties set to their default value.

This commit is contained in:
David Anson 2021-01-21 19:50:57 -08:00
parent 5b7e9b87be
commit 238781506a
4 changed files with 266 additions and 9 deletions

View file

@ -380,8 +380,9 @@ Example:
}
```
See [.markdownlint.jsonc](schema/.markdownlint.jsonc) for an example
configuration object with all properties set to their default value.
See [.markdownlint.jsonc](schema/.markdownlint.jsonc) and/or
[.markdownlint.yaml](schema/.markdownlint.yaml) for an example
configuration object with all properties set to the default value.
Sets of rules (known as a "style") can be stored separately and loaded
as [JSON](https://en.wikipedia.org/wiki/JSON).