mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-02 14:08:49 +01:00
16 lines
225 B
JSON
16 lines
225 B
JSON
{
|
|
"default": true,
|
|
"MD041": true,
|
|
"MD043": {
|
|
"headers": [
|
|
"## Header 1 {MD002} {MD041}",
|
|
"#### Header 2 {MD001}",
|
|
"# Broken"
|
|
]
|
|
},
|
|
"MD044": {
|
|
"names": [
|
|
"markdownlint"
|
|
]
|
|
}
|
|
}
|