mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +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)
|
// Allow inline HTML (docfx uses it)
|
||||||
"MD033": false,
|
"MD033": false,
|
||||||
// Allow bare URLs
|
// Allow bare URLs
|
||||||
"MD034": false
|
"MD034": false,
|
||||||
|
// Allow compact table pipe style (flow docs use compact tables)
|
||||||
|
"MD060": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"globs": ["**/*.md"],
|
"globs": ["**/*.md"],
|
||||||
|
|||||||
Reference in New Issue
Block a user