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 c3e4cf7 commit 7508190Copy full SHA for 7508190
.markdownlint.jsonc
@@ -1,9 +1,6 @@
1
{
2
- // https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
3
- // line-length
4
- "MD013": false,
5
- // inline html
+ "MD013": false, // https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
6
"MD033": {
7
"allowed_elements": ["img", "table"]
8
- },
+ }
9
}
0 commit comments