Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ MD007:
indent: 2 # Unordered list indentation
MD013:
line_length: 808 # Line length
MD024:
siblings_only: true # Allow duplicate headings in different sections
MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item
MD026:
punctuation: '.,;:!。,;:' # List of not allowed
MD029: false # Ordered list item prefix
Expand Down
Loading