mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
fix: update markdownlint configuration to allow compact table pipe style
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
// Allow inline HTML (docfx uses it)
|
||||
"MD033": false,
|
||||
// Allow bare URLs
|
||||
"MD034": false
|
||||
"MD034": false,
|
||||
// Allow compact table pipe style (flow docs use compact tables)
|
||||
"MD060": false
|
||||
},
|
||||
|
||||
"globs": ["**/*.md"],
|
||||
|
||||
Reference in New Issue
Block a user