Skip to content

Commit

Permalink
Add link-image-style and table-pipe-style to .markdownlint.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jan 13, 2024
1 parent a07066f commit b90bac0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -43,6 +49,9 @@
"strong-style": {
"style": "asterisk"
},
"table-pipe-style": {
"style": "leading_and_trailing"
},
"ul-style": {
"style": "dash"
}
Expand Down

0 comments on commit b90bac0

Please sign in to comment.