aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-04 12:36:09 +0800
committerGitHub <noreply@github.com>2023-07-04 12:36:09 +0800
commit369e7af92ef81dc5986a948c173d7c63857a72f9 (patch)
tree3d29109242367056205fa9e08e98f798b3118449
parentacf428ca33060e8c5541d4ecab8c2c630b2ee33b (diff)
downloadinfini-369e7af92ef81dc5986a948c173d7c63857a72f9.tar.gz
infini-369e7af92ef81dc5986a948c173d7c63857a72f9.zip
Create .markdownlint.jsonc
-rw-r--r--.markdownlint.jsonc13
1 files changed, 13 insertions, 0 deletions
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
+}