I also ran our documentation against a few other linters, to see what they would find, and fixed accordingly.
23 lines
327 B
JSON
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"
|
|
]
|
|
}
|
|
}
|