summaryrefslogtreecommitdiffstats
path: root/.markdownlint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.markdownlint.yml')
-rw-r--r--.markdownlint.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.markdownlint.yml b/.markdownlint.yml
new file mode 100644
index 0000000..4464e3b
--- /dev/null
+++ b/.markdownlint.yml
@@ -0,0 +1,12 @@
+# Default state for all rules
+default: true
+
+# MD013/line-length - Line length
+MD013:
+ line_length: 1024
+
+# 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