* 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
15 lines
284 B
JSON
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
|
|
}
|