Files
picard/.markdownlint.json
Laurent Monin fd4dbd70ee Add a configuration for markdownlint
Ignore some warnings that are spamming the report
2023-09-21 23:55:52 +02:00

11 lines
232 B
JSON

{
"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
}