Files
caddy-bunny/.markdownlint.json
Dave Jansen 5110b75eda
Some checks failed
Build container image / Build and push image (push) Failing after 2m8s
Initial commit
2025-12-06 13:34:37 +09:00

9 lines
129 B
JSON

{
"line-length": {
"tables": false
},
"no-inline-html": {
"allowed_elements": ["abbr", "pre", "kbd", "samp"]
}
}