diff --git a/.markdownlint.json b/.markdownlint.json index c0c5f565..85b4b9a8 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -4,5 +4,8 @@ "no-alt-text": false, "no-inline-html": false, "header-increment": false, - "no-duplicate-header": false + "no-duplicate-header": false, + "fenced-code-language": false, + "no-emphasis-as-heading": false, + "single-title": false }