lion/.markdownlint.json
Pavlik Kiselev 11bbc5fff5
feat: migrated the navigation metadata from inline MD title decorations to frontmatter
* feat: migrated the navigation metadata from inline MD title decorations to frontmatter

* fix: fixed frontmatter metadate for api-table MDs

* fix: fixed frontmatter eslint issue
2025-03-19 10:08:22 +01:00

15 lines
284 B
JSON

{
"line-length": {
"line_length": -1
},
"fenced-code-language": false,
"no-inline-html": false,
"first-line-h1": false,
"single-h1": {
"front_matter_title": ""
},
"no-trailing-punctuation": {
"punctuation": ".,;。,;:!"
},
"ol-prefix": false
}