lion/.markdownlint.json

12 lines
233 B
JSON

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