From c86748a86f1734eabe2ce24a3ffe53f874b805e5 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Thu, 20 May 2021 22:24:43 +0200
Subject: [PATCH] Add config file for markdown linter

---
 doc.zih.tu-dresden.de/.markdownlint.json | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 doc.zih.tu-dresden.de/.markdownlint.json

diff --git a/doc.zih.tu-dresden.de/.markdownlint.json b/doc.zih.tu-dresden.de/.markdownlint.json
new file mode 100644
index 000000000..4be0c8950
--- /dev/null
+++ b/doc.zih.tu-dresden.de/.markdownlint.json
@@ -0,0 +1,22 @@
+{
+    "default": false,
+    "first-heading-h1": true,
+    "header-increment": true,
+    "heading-style": { "style": "atx" },
+    "no-missing-space-atx": true,
+    "no-multiple-space-atx": true,
+    "blanks-around-headings": true,
+    "no-emphasis-as-heading": true,
+    "first-line-heading": true,
+    "single-title": true,
+    "no-empty-links": true,
+    "no-alt-text": true,
+    "no-multiple-blanks": true,
+    "single-trailing-newline": true,
+    "blanks-around-fences": true,
+    "blanks-around-lists": true,
+    "commands-show-output": true,
+    "line-length": { "line_length": 100, "code_blocks": false, "tables": false},
+    "no-missing-space-atx": true,
+    "no-multiple-space-atx": true
+}
-- 
GitLab