Skip to content

Commit

Permalink
Push newer
Browse files Browse the repository at this point in the history
  • Loading branch information
SpcFORK committed Nov 28, 2023
1 parent 155b875 commit d59cfe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -3179,6 +3179,7 @@ function CHUBfax(tex, sep = " ") {
modtxt = modtxt
.replace("=", "|e")
.replace(";", "|col")
.replace("\"", "|qw")
.replace(sep, "|")

return modtxt
Expand All @@ -3196,6 +3197,7 @@ function attrSyn(tex) {

.replace(/\|e/gm, "=")
.replace(/\|col/gm, ";")
.replace(/\|qw/gm, "\"")
.replace(/\|/gm, " ")

.replace(" spcfork.Pipe.Token ", "|")
Expand Down

0 comments on commit d59cfe0

Please sign in to comment.