aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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
+}