fix: update markdownlint configuration to allow compact table pipe style

This commit is contained in:
HueByte
2026-02-24 21:00:51 +01:00
parent fb4f6c34ed
commit a0d9d86956
+3 -1
View File
@@ -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"],