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