diff options
Diffstat (limited to 'www/.markdownlint.json')
-rw-r--r-- | www/.markdownlint.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/.markdownlint.json b/www/.markdownlint.json new file mode 100644 index 0000000..12bc65e --- /dev/null +++ b/www/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json", + "default": true, + "MD013": false +} |