15 lines
343 B
YAML
15 lines
343 B
YAML
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
|
|
# and https://github.com/DavidAnson/markdownlint/blob/main/README.md
|
|
|
|
# Default state for all rules
|
|
default: true
|
|
|
|
ul-style: false
|
|
line-length: false
|
|
no-duplicate-header:
|
|
siblings_only: true
|
|
ol-prefix:
|
|
style: ordered
|
|
no-inline-html: false
|
|
fenced-code-language: false
|