aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.markdownlint.yaml12
-rw-r--r--.markdownlintignore2
2 files changed, 14 insertions, 0 deletions
diff --git a/.markdownlint.yaml b/.markdownlint.yaml
new file mode 100644
index 00000000..5781edb0
--- /dev/null
+++ b/.markdownlint.yaml
@@ -0,0 +1,12 @@
+# MD013/line-length - Line length
+MD013: false
+
+# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
+MD024:
+ siblings-only: true
+
+# MD033/no-inline-html Inline HTML
+MD033: false
+
+# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
+MD041: false
diff --git a/.markdownlintignore b/.markdownlintignore
new file mode 100644
index 00000000..a8669d01
--- /dev/null
+++ b/.markdownlintignore
@@ -0,0 +1,2 @@
+libraries/nbtplusplus
+libraries/quazip