diff options
author | crupest <crupest@outlook.com> | 2025-06-12 03:05:15 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-12 15:43:25 +0800 |
commit | fdea6d694679bb5e7e31fc1682e69d26f0e72156 (patch) | |
tree | fe3c1bf5e73965446a888b41d7b4fc26a3d12376 /www | |
parent | aa51bb88c55626f701e0058d52588ffb51e3f86e (diff) | |
download | crupest-fdea6d694679bb5e7e31fc1682e69d26f0e72156.tar.gz crupest-fdea6d694679bb5e7e31fc1682e69d26f0e72156.tar.bz2 crupest-fdea6d694679bb5e7e31fc1682e69d26f0e72156.zip |
config(nvim): add markdownlint find config feature.
Diffstat (limited to 'www')
-rw-r--r-- | www/.markdownlint.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/.markdownlint.json b/www/.markdownlint.json index 2811a59..12bc65e 100644 --- a/www/.markdownlint.json +++ b/www/.markdownlint.json @@ -1,6 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json", "default": true, - "MD013": false, - "MD014": false + "MD013": false } |