From 369e7af92ef81dc5986a948c173d7c63857a72f9 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 4 Jul 2023 12:36:09 +0800 Subject: Create .markdownlint.jsonc --- .markdownlint.jsonc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .markdownlint.jsonc diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc new file mode 100644 index 00000000..d8a288a2 --- /dev/null +++ b/.markdownlint.jsonc @@ -0,0 +1,13 @@ +{ + // MD013/line-length - Line length + "MD013": false, + + // MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content + "MD024": { + // Only check sibling headings + "siblings_only": true + }, + + // MD033/no-inline-html - Inline HTML + "MD033": false +} -- cgit v1.2.3-70-g09d2