diff --git a/build/.markdownlint.yml b/build/.markdownlint.yml index f913e39bdd80..30d9d8950f1a 100644 --- a/build/.markdownlint.yml +++ b/build/.markdownlint.yml @@ -10,4 +10,5 @@ MD003: { style: atx } MD004: { style: "dash" } MD006: false # deprecated MD013: false # we use https://sembr.org that could lead to long lines +MD026: { punctuation: ".,;:。,;:" } # default is .,;:!。,;:! MD029: { style: ordered }