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/6c93b50e86edfdfaa623ec4bc476f191447ddb1d/.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
}
}