From 3b91af5ca6052c55e8699dc1e88eff5c0dc6e625 Mon Sep 17 00:00:00 2001
From: Wesley Griffing <wgriffing@bridgephase.com>
Date: Thu, 1 Aug 2024 12:31:25 -0400
Subject: [PATCH] Add markdownlint config that matches (or appears to match)
 what occurs within the CI/CD pipelines

---
 .markdownlint.yaml | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .markdownlint.yaml

diff --git a/.markdownlint.yaml b/.markdownlint.yaml
new file mode 100644
index 0000000..dcd84a1
--- /dev/null
+++ b/.markdownlint.yaml
@@ -0,0 +1,4 @@
+---
+MD013: false
+MD024:
+  siblings_only: true
-- 
GitLab