1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Add rule for Markdown table Liquid syntax (#52092)

This commit is contained in:
Rachael Sewell
2024-08-26 12:37:17 -07:00
committed by GitHub
parent 1e6fe77e55
commit 148ac48f7d
6 changed files with 168 additions and 1 deletions

View File

@@ -150,6 +150,11 @@ const githubDocsConfig = {
severity: 'warning',
'partial-markdown-files': true,
},
'table-liquid-versioning': {
// GH040
severity: 'error',
'partial-markdown-files': true,
},
}
export const githubDocsFrontmatterConfig = {