Skip to content

Commit

Permalink
chore: Update markdown-lint rules (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Mar 13, 2024
1 parent fcf97a3 commit 53be0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
MD004: false # Unordered list style
MD007:
indent: 2 # Unordered list indentation
MD012: false # Multiple consecutive blank lines
MD013:
line_length: 400 # Line length 80 is far too short
MD024:
allow_different_nesting: true
MD024: false # Multiple headings with the same content
MD026:
punctuation: ".,;:!。,;:" # List of not allowed
MD029: false # Ordered list item prefix
Expand Down

0 comments on commit 53be0da

Please sign in to comment.