fix: allow README files to open with a centered HTML header block

This commit is contained in:
HueByte
2026-07-17 23:19:42 +02:00
parent 2297b58c74
commit e3654c637c
+2
View File
@@ -6,6 +6,8 @@
"MD013": false, "MD013": false,
// Allow duplicate headings in different sections // Allow duplicate headings in different sections
"MD024": { "siblings_only": true }, "MD024": { "siblings_only": true },
// Allow files to open with a centered HTML header block instead of an H1 (README)
"MD041": false,
// Allow inline HTML (docfx uses it) // Allow inline HTML (docfx uses it)
"MD033": false, "MD033": false,
// Allow bare URLs // Allow bare URLs