mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
fix: allow README files to open with a centered HTML header block
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user