mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
Fix markdown linting errors in workflows README
Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
parent
ba9dffc39e
commit
b2652b20a6
2 changed files with 29 additions and 0 deletions
10
.markdownlintrc
Normal file
10
.markdownlintrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"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