From a4fe50b2c0f14fc400f53b647f2f19293d0e32bc Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 6 Apr 2021 23:17:50 +0200 Subject: [PATCH] Accept "markdown" output type --- source/app/action/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index c0424e7e..b0f26892 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -200,7 +200,7 @@ info.break() info.group({metadata, name:"core", inputs:config}) info("Plugin errors", die ? "(exit with error)" : "(displayed in generated image)") - const convert = ["jpeg", "png", "json"].includes(config["config.output"]) ? config["config.output"] : null + const convert = ["jpeg", "png", "json", "markdown"].includes(config["config.output"]) ? config["config.output"] : null Object.assign(q, config) //Base content