diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 00000000..39e1e186 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,10 @@ +{ + "default": true, + "line-length": { + "line_length": 100, + "tables": false + }, + "no-inline-html": { + "allowed_elements": ["br"] + } +}