Skip to content

Commit

Permalink
Update .markdownlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Nov 5, 2024
1 parent 88323d1 commit 3ae0b5c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Config file for https://github.com/igorshubovych/markdownlint-cli

# MD007/ul-indent - Unordered list indentation
MD007:
MD007:
# Whether to indent the first level of the list
start_indented: false
# By how many spaces every next level must be indented. The default of 2 is not compatible with mkdocs!
Expand All @@ -14,7 +14,7 @@ MD009: false
MD012: false

# MD013/line-length - Line length
MD013:
MD013:
line_length: 120
heading_line_length: 120
code_block_line_length: 120
Expand All @@ -30,8 +30,11 @@ MD013:
# Stern length checking
stern: false

MD024:
siblings_only: true

# MD033/no-inline-html - Inline HTML
MD033:
MD033:
allowed_elements: [br, center]

# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
Expand Down

0 comments on commit 3ae0b5c

Please sign in to comment.