7 lines
214 B
JSON
7 lines
214 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/refs/heads/main/schema/markdownlint-config-schema.json",
|
|
"line-length": false,
|
|
"no-inline-html": false,
|
|
"first-line-heading": false
|
|
}
|