diff --git a/.markdownlint.json b/.markdownlint.json index 6c7ee37e..c5d00817 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -11,5 +11,6 @@ "no-trailing-punctuation": false, "ol-prefix": false, "ul-style": { "style": "dash" }, - "no-emphasis-as-header": false + "no-emphasis-as-header": false, + "blanks-around-fences": false }