Skip to content

Commit 7508190

Browse files
committed
upate
1 parent c3e4cf7 commit 7508190

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.markdownlint.jsonc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
2-
// https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
3-
// line-length
4-
"MD013": false,
5-
// inline html
2+
"MD013": false, // https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
63
"MD033": {
74
"allowed_elements": ["img", "table"]
8-
},
5+
}
96
}

0 commit comments

Comments
 (0)