Skip to content

Commit

Permalink
Markdown lint style
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Jan 9, 2023
1 parent cdc18db commit 20178b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"default": true,
"blanks-around-fences": false,
"blanks-around-lists": false,
"emphasis-style": false,
"first-line-heading": false,
"line-length": false,
"no-hard-tabs": false,
"no-inline-html": {
"allowed_elements": ["br", "kbd"]
"allowed_elements": ["br", "img", "kbd"]
},
"no-multiple-blanks": {
"maximum": 2
Expand Down

0 comments on commit 20178b9

Please sign in to comment.