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 | c1eaffa555561127b54e3e11fe172cd8b029fc9a (patch) | |
tree | b9c8fbb88e0e45b4ee7c81b232e5b0986c30b5d7 /www | |
parent | a3068f170070ebb4a71baa4dec0dce1a1857e531 (diff) | |
download | crupest-c1eaffa555561127b54e3e11fe172cd8b029fc9a.tar.gz crupest-c1eaffa555561127b54e3e11fe172cd8b029fc9a.tar.bz2 crupest-c1eaffa555561127b54e3e11fe172cd8b029fc9a.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 } |