diff --git a/.markdownlintrc b/.markdownlintrc new file mode 100644 index 0000000000000000000000000000000000000000..1f019ba1973c19db59fc3bff51960fd4f65fe9ce --- /dev/null +++ b/.markdownlintrc @@ -0,0 +1,15 @@ +{ + "default": true, + "no-trailing-punctuation": { + "punctuation": ".,;:!" + }, + "MD013": false, + "MD033": { + "allowed_elements": ["dl", "dt", "dd", "code", "var"] + }, + "first-line-h1": false, + "no-hard-tabs": true, + "no-trailing-spaces": { + "br_spaces": 2 + } +}