You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
342 B
14 lines
342 B
# 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 |