From fcaf69f37b4d919a3036d0a6086e3e718743c50d Mon Sep 17 00:00:00 2001 From: Ana Loznianu Date: Thu, 31 Mar 2022 10:10:17 +0300 Subject: [PATCH] Fix linter issues --- .markdownlint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }