diff --git a/.config/.markdownlint.json b/.config/.markdownlint.json index 900c889..6b02e7a 100644 --- a/.config/.markdownlint.json +++ b/.config/.markdownlint.json @@ -2,5 +2,6 @@ "default": true, "line_length": false, "no-inline-html": false, - "first-line-h1": false + "first-line-h1": false, + "single-title": false }