Skip to content

Commit e0db0d5

Browse files
committed
ignore line-length for *.md
1 parent 7d5253f commit e0db0d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.markdownlint.jsonc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
// line-length
3+
"MD013": false,
4+
// inline html
5+
"MD033": {
6+
"allowed_elements": ["img", "table"]
7+
},
8+
}

0 commit comments

Comments
 (0)