diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index 1a9ac79f..0da5ef5a 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -365,7 +365,7 @@ async function wait(seconds) { //Cache if (/markdown/.test(convert)) { - const regex = /(?)/g + const regex = /(?)/ let matched = null while (matched = regex.exec(rendered)?.groups) { //eslint-disable-line no-cond-assign const {match, name, format, content} = matched