From 2c5129c39be4656fbaa1521394a16b7382e90299 Mon Sep 17 00:00:00 2001 From: Abdurrahman Aborazmeh Date: Wed, 10 Jan 2024 23:22:30 +0300 Subject: [PATCH] dash unordered list style in .markdownlint.jsonc --- .markdownlint.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc index 71ccbe3..35fca00 100644 --- a/.markdownlint.jsonc +++ b/.markdownlint.jsonc @@ -4,7 +4,7 @@ "MD001": true, // Header levels should only increment by one level at a time "MD002": true, // First heading should be a top-level heading "MD003": { "style": "atx" }, // Header style - "MD004": true, // Unordered list style + "MD004": { "style": "dash" }, // Unordered list style "MD005": true, // Inconsistent indentation for list items at the same level "MD006": true, // Consider starting bulleted lists at the beginning of the line "MD007": { "indent": 2 }, // Unordered list indentation