From d59cfe073a2a3b7043c2c3c11099220fa9cb66d0 Mon Sep 17 00:00:00 2001 From: SpcFORK <126259962+SpcFORK@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:48:22 +0000 Subject: [PATCH] Push newer --- cml.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cml.js b/cml.js index 92b52c1..ecd9d90 100644 --- a/cml.js +++ b/cml.js @@ -3179,6 +3179,7 @@ function CHUBfax(tex, sep = " ") { modtxt = modtxt .replace("=", "|e") .replace(";", "|col") + .replace("\"", "|qw") .replace(sep, "|") return modtxt @@ -3196,6 +3197,7 @@ function attrSyn(tex) { .replace(/\|e/gm, "=") .replace(/\|col/gm, ";") + .replace(/\|qw/gm, "\"") .replace(/\|/gm, " ") .replace(" spcfork.Pipe.Token ", "|")