Skip to content

Commit

Permalink
fix markdownlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored Jun 14, 2024
2 parents c46ba0e + a1b33d4 commit 03e16b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ul-indent": { "indent": 4 },
"ul-style": { "style": "dash" },
"emphasis-style": { "style": "asterisk" },
"no-duplicate-header": { "siblings_only": true },
"no-duplicate-heading": { "siblings_only": true },
"no-inline-html": {
"allowed_elements": [
"br",
Expand Down

0 comments on commit 03e16b7

Please sign in to comment.