Files
Charon/.markdownlint.json

20 lines
352 B
JSON

{
"default": true,
"MD013": {
"line_length": 120,
"heading_line_length": 120,
"code_block_line_length": 150,
"tables": false
},
"MD024": {
"siblings_only": true
},
"MD033": {
"allowed_elements": ["details", "summary", "br", "sup", "sub", "kbd", "img"]
},
"MD041": false,
"MD046": {
"style": "fenced"
}
}