Add a configuration for markdownlint

Ignore some warnings that are spamming the report
This commit is contained in:
Laurent Monin
2023-09-21 23:55:52 +02:00
parent 377f0839cf
commit fd4dbd70ee

10
.markdownlint.json Normal file
View File

@@ -0,0 +1,10 @@
{
"no-multiple-blanks": false,
"line-length": false,
"blanks-around-headers": false,
"no-duplicate-header": {
"allow_different_nesting": true
},
"single-h1": false,
"blanks-around-lists": false
}