diff --git a/public/script/utils.js b/public/script/utils.js index e2dfa75..1201cca 100644 --- a/public/script/utils.js +++ b/public/script/utils.js @@ -171,7 +171,7 @@ function renderMD(md, baseUrlValue) { renderer.code = function (code, lang, escaped) { if (!lang) { const math = replacer(code); - if (math != text) { + if (math != code) { return math; } }