Fix markdownlint configuration

This commit is contained in:
Swissky 2025-07-18 14:34:03 +02:00
parent aaf084e7f1
commit b9af758141
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ {
"default": true, "default": true,
"MD013": false, "MD013": false,
"MD033": false,
"no-duplicate-heading": { "no-duplicate-heading": {
"siblings_only": true "siblings_only": true
}, },