From 82dc2974526ae0d5ae15c4070aaed0bba412951a Mon Sep 17 00:00:00 2001 From: SwingTheVine Date: Sun, 10 Aug 2025 23:40:06 -0400 Subject: [PATCH] Added markdown support to the wiki --- jsdoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsdoc.json b/jsdoc.json index 12a834e..80ea324 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -9,7 +9,7 @@ "recurse": true, "encoding": "utf8" }, - "plugins": [], + "plugins": ["plugins/markdown"], "templates": { "cleverLinks": false, "monospaceLinks": false