From cd3aa7e59c7f4123b794e7eacf7285cef59d179d Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Thu, 1 Feb 2024 14:44:29 +0100 Subject: [PATCH] ci: config md lint for our 'strong style' We use double asterisks everywhere. --- .markdownlint.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 6f8f8649..55f653f2 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -16,3 +16,8 @@ MD013: false # explicitly allow it here MD033: allowed_elements: ['h1', 'img'] + +# MD050 - Strong style +# we use the double asterisk style throughout our documentation +MD050: + style: asterisk