mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +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,
|
||||
// Allow duplicate headings in different sections
|
||||
"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)
|
||||
"MD033": false,
|
||||
// Allow bare URLs
|
||||
|
||||
Reference in New Issue
Block a user