mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
Merge pull request #8 from squassina/copilot/fix-markdown-lint-errors
Configure markdownlint exceptions for inline HTML and line length
This commit is contained in:
commit
118a0bb281
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