mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-17 23:29:03 +02:00
15 lines
166 B
JSON
15 lines
166 B
JSON
|
|
{
|
||
|
|
"default": true,
|
||
|
|
"MD043": {
|
||
|
|
"headings": [
|
||
|
|
"# One",
|
||
|
|
"*",
|
||
|
|
"### Three",
|
||
|
|
"*",
|
||
|
|
"### Five",
|
||
|
|
"*",
|
||
|
|
"#### FOO"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|