Skip to content

Commit 8324b36

Browse files
authored
infra(precommit): fix md precommit error (#700)
- For: #699 Signed-off-by: shown <[email protected]>
1 parent ae88057 commit 8324b36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/linter/markdown/markdownlint.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@ MD022: false
4848
# Trailing spaces
4949
MD009: false
5050

51-
# MD005/list-indent Inconsistent indentation for list items
51+
# MD005/list-indent Inconsistent indentation for list items
5252
MD005: false
53+
54+
# MD060/table-column-style Table column style
55+
MD060: false

0 commit comments

Comments
 (0)