disable markdown lint

This commit is contained in:
2024-06-19 12:22:33 +02:00
parent cee4c0c244
commit 4c392261d9
2 changed files with 23 additions and 13 deletions

10
.markdownlint.yaml Normal file
View File

@@ -0,0 +1,10 @@
default: true
MD001: false # Heading levels should only increment by one level at a time
MD002: false # First header should be a h1 header
MD007: # Unordered list indentation
indent: 2
MD012: false # Multiple consecutive blank lines
MD013: false # Line length
MD025: false # Multiple top level headings in the same document
MD033: false # No Inline html
MD041: false # First line in file should be a top level header