mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
Add .markdownlintrc to configure linting exceptions
Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
parent
e2c86e0d06
commit
f1c8016cf6
1 changed files with 11 additions and 0 deletions
11
.markdownlintrc
Normal file
11
.markdownlintrc
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"default": true,
|
||||||
|
"MD013": {
|
||||||
|
"line_length": 150,
|
||||||
|
"code_blocks": false,
|
||||||
|
"tables": false
|
||||||
|
},
|
||||||
|
"MD033": {
|
||||||
|
"allowed_elements": ["div", "img"]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue