mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-29 10:26:09 +01:00
13 lines
175 B
JSON
13 lines
175 B
JSON
|
|
{
|
||
|
|
"MD043": {
|
||
|
|
"headings": [
|
||
|
|
"# Title",
|
||
|
|
"## First Heading",
|
||
|
|
"## Second Heading",
|
||
|
|
"*",
|
||
|
|
"## Third Heading"
|
||
|
|
],
|
||
|
|
"match_case": true
|
||
|
|
}
|
||
|
|
}
|