Skip to content

Commit

Permalink
Fix markdownlint - updated pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbiev committed Dec 25, 2024
1 parent 3e05c40 commit d358075
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ default: true
MD001: false

MD024:
allow_different_nesting: true
siblings_only: true

MD025: false
Expand Down Expand Up @@ -49,7 +48,7 @@ no-emphasis-as-heading: false
first-line-h1: false

code-block-style:
style: ["fenced"]
style: "fenced"

proper-names:
names: []
Expand Down

0 comments on commit d358075

Please sign in to comment.