mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-28 07:44:07 +01:00
Generate example YAML configuration with all properties set to their default value.
This commit is contained in:
parent
5b7e9b87be
commit
238781506a
4 changed files with 266 additions and 9 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue