Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/src/commit/89d04c365f0e77a4401c4b33d26e7ad5d72f1af4/.markdownlint.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/.markdownlint.json

16 lines
257 B

{
"default": true,
"line-length": {
"line_length": 100,
"tables": false,
"code_blocks": false
},
"no-inline-html": {
"allowed_elements": ["br"]
},
"no-duplicate-heading": false,
"no-trailing-spaces": {
"br_spaces": 0
}
}