summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/.markdownlint.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'archived/projt-launcher/.markdownlint.yaml')
-rw-r--r--archived/projt-launcher/.markdownlint.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/archived/projt-launcher/.markdownlint.yaml b/archived/projt-launcher/.markdownlint.yaml
new file mode 100644
index 0000000000..25d790391c
--- /dev/null
+++ b/archived/projt-launcher/.markdownlint.yaml
@@ -0,0 +1,19 @@
+# MD013/line-length - Line length
+MD013: false
+
+# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
+MD024:
+ siblings-only: true
+
+# MD025/single-title/single-h1 - Multiple top-level headings in the same document
+MD025:
+ front_matter_title: ""
+
+# MD026/no-trailing-punctuation - Trailing punctuation in heading
+MD026: false
+
+# 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