Disable MD023 rule in markdownlint configuration for improved linting flexibility

This commit is contained in:
shidorien
2024-12-01 21:53:20 +01:00
parent faf8431e49
commit d615efb02c
+2 -1
View File
@@ -3,5 +3,6 @@
"MD013": false,
"MD041": false,
"MD024": false,
"MD033": false
"MD033": false,
"MD023": false
}