We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5253f commit e0db0d5Copy full SHA for e0db0d5
.markdownlint.jsonc
@@ -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