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

13 lines
207 B

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