maomaowm/.markdownlintrc
copilot-swe-agent[bot] f1c8016cf6 Add .markdownlintrc to configure linting exceptions
Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
2026-02-18 10:57:17 +00:00

11 lines
167 B
Text

{
"default": true,
"MD013": {
"line_length": 150,
"code_blocks": false,
"tables": false
},
"MD033": {
"allowed_elements": ["div", "img"]
}
}