diff --git a/.github/.markdownlint.yaml b/.github/.markdownlint.yaml index 43e6f1605..7eb52a96f 100644 --- a/.github/.markdownlint.yaml +++ b/.github/.markdownlint.yaml @@ -26,6 +26,10 @@ MD033: false MD046: style: fenced -#Emphasiszis in asterisk +# Emphasiszis in underscore MD049: style: underscore + +# Strong in asterisk +MD050: + style: asterisk