mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-06-30 15:09:40 +02:00
Add link-image-style and table-pipe-style to .markdownlint.json.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user