diff --git a/.markdownlint.json b/.markdownlint.json deleted file mode 100644 index 2b5d8b3039..0000000000 --- a/.markdownlint.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "default": true, - "MD013": false, // line length - "MD024": { // no-duplicate-heading Multiple headings with the same content - "siblings_only": true - }, - "MD033": false, // no inline HTML -}