Files
LoveACE-EndF/.markdownlint.json
2025-08-03 16:50:56 +08:00

31 lines
452 B
JSON

{
"default": true,
"MD013": {
"line_length": 120,
"code_blocks": false,
"tables": false
},
"MD024": {
"siblings_only": true
},
"MD033": {
"allowed_elements": [
"div",
"script",
"template",
"style",
"br",
"img",
"span",
"a",
"strong",
"em",
"code",
"pre"
]
},
"MD041": false,
"MD025": {
"front_matter_title": "^\\s*title\\s*[:=]"
}
}