mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 05:41:28 +01:00
Add link-image-style and table-pipe-style to .markdownlint.json.
This commit is contained in:
parent
a07066f4d1
commit
b90bac0a90
1 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
|||
"strict": true,
|
||||
"code_blocks": false
|
||||
},
|
||||
"link-image-style": {
|
||||
"autolink": false,
|
||||
"inline": false,
|
||||
"collapsed": false,
|
||||
"shortcut": false
|
||||
},
|
||||
"no-duplicate-heading": {
|
||||
"siblings_only": true
|
||||
},
|
||||
|
@ -43,6 +49,9 @@
|
|||
"strong-style": {
|
||||
"style": "asterisk"
|
||||
},
|
||||
"table-pipe-style": {
|
||||
"style": "leading_and_trailing"
|
||||
},
|
||||
"ul-style": {
|
||||
"style": "dash"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue