mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-30 04:28:48 +01:00
12 lines
175 B
JSON
12 lines
175 B
JSON
{
|
|
"MD043": {
|
|
"headings": [
|
|
"# Title",
|
|
"## First Heading",
|
|
"## Second Heading",
|
|
"*",
|
|
"## Third Heading"
|
|
],
|
|
"match_case": true
|
|
}
|
|
}
|