From 73f3796792bc8963a2175a0d7db9a72a274fc5b7 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Mon, 26 Apr 2021 21:03:22 +0200 Subject: [PATCH] Update index.mjs --- 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 88fe0a10..61eb9a8b 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -285,7 +285,7 @@ //Cache if (/markdown/.test(convert)) { - const regex = /(?)/g + const regex = /(?)/g let matched = null while (matched = regex.exec(rendered)?.groups) { //eslint-disable-line no-cond-assign const {match, name, content} = matched