mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
17 lines
245 B
JSON
17 lines
245 B
JSON
{
|
|
"default": true,
|
|
"MD002": true,
|
|
"MD006": true,
|
|
"MD043": {
|
|
"headings": [
|
|
"## Heading 1 {MD002} {MD041}",
|
|
"#### Heading 2 {MD001}",
|
|
"# Broken"
|
|
]
|
|
},
|
|
"MD044": {
|
|
"names": [
|
|
"markdownlint"
|
|
]
|
|
}
|
|
}
|