From b1c217049403b22822ea6dd8aba641f0435b579b Mon Sep 17 00:00:00 2001 From: Nick Veitch Date: Thu, 4 Jul 2024 13:50:52 +0100 Subject: [PATCH] _ not - (#530) --- docs/src/.markdownlint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/.markdownlint.json b/docs/src/.markdownlint.json index e4d53fc0f..7c2088dbd 100644 --- a/docs/src/.markdownlint.json +++ b/docs/src/.markdownlint.json @@ -1,7 +1,7 @@ { "default": false, "MD003": { "style": "atx" }, - "MD013": { "code-blocks": false, "tables": false, "stern": true, "line_length": 80}, + "MD013": { "code_blocks": false, "tables": false, "stern": true, "line_length": 80}, "MD014": true, "MD018": true, "MD022": true,