RLE-wiki/.markdownlint.json

15 lines
277 B
JSON
Raw Normal View History

2025-02-10 11:58:19 +08:00
{
"default": true,
"line-length": false,
"no-duplicate-heading": {
"siblings_only": true
},
"no-blanks-blockquote": false,
"no-inline-html": false,
"no-emphasis-as-heading": false,
"no-alt-text": false,
"emphasis-style": {
"style": "underscore"
}
}