Add .markdownlintrc to configure linting exceptions

Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-18 10:57:17 +00:00
parent e2c86e0d06
commit f1c8016cf6

11
.markdownlintrc Normal file
View file

@ -0,0 +1,11 @@
{
"default": true,
"MD013": {
"line_length": 150,
"code_blocks": false,
"tables": false
},
"MD033": {
"allowed_elements": ["div", "img"]
}
}