From 6de107edec28eccc279617f9fa54a1a1ae94fcf6 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sun, 11 Sep 2022 18:21:09 -0400 Subject: [PATCH] configure markdownlint --- .markdownlint.jsonc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .markdownlint.jsonc diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc new file mode 100644 index 0000000..5872764 --- /dev/null +++ b/.markdownlint.jsonc @@ -0,0 +1,4 @@ +{ + "MD013": false, //line length < 80; my reasoning is "go away" + "MD033": false //inline HTML; we need this gone in order to add our Discord server's iFrame +} \ No newline at end of file