mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00

This should be backward compatible, as all "header" aliases are still available, though documented as discouraged for future use.
16 lines
228 B
JSON
16 lines
228 B
JSON
{
|
|
"default": true,
|
|
"MD041": true,
|
|
"MD043": {
|
|
"headings": [
|
|
"## Heading 1 {MD002} {MD041}",
|
|
"#### Heading 2 {MD001}",
|
|
"# Broken"
|
|
]
|
|
},
|
|
"MD044": {
|
|
"names": [
|
|
"markdownlint"
|
|
]
|
|
}
|
|
}
|