Files
OpenSK/.markdownlint.json
kaczmarczyck 4339600730 Fixes the Markdown lint config and affected files (#676)
I also ran our documentation against a few other linters, to see what
they would find, and fixed accordingly.
2024-01-12 16:00:37 +01:00

23 lines
327 B
JSON

{
"default": true,
"MD003": {
"style": "atx"
},
"MD007": {
"indent": 4
},
"MD009": {
"br_spaces": 0,
"strict": true
},
"MD013": {
"line_length": 80,
"code_blocks": false
},
"MD033": {
"allowed_elements": [
"img"
]
}
}