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.
14 lines
159 B
JSON
14 lines
159 B
JSON
{
|
|
"default": true,
|
|
"MD041": true,
|
|
"MD043": {
|
|
"headings": [
|
|
"# Heading"
|
|
]
|
|
},
|
|
"MD044": {
|
|
"names": [
|
|
"markdownlint"
|
|
]
|
|
}
|
|
}
|