diff --git a/.markdownlintrc b/.markdownlintrc new file mode 100644 index 00000000..a487a13d --- /dev/null +++ b/.markdownlintrc @@ -0,0 +1,11 @@ +{ + "default": true, + "MD013": { + "line_length": 150, + "code_blocks": false, + "tables": false + }, + "MD033": { + "allowed_elements": ["div", "img"] + } +}