fix minify (1)
This commit is contained in:
parent
97e5010443
commit
b8f0b9c079
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ window.addEventListener("load", () => {
|
||||||
u: "mu",
|
u: "mu",
|
||||||
})
|
})
|
||||||
)[Symbol.iterator]()) {
|
)[Symbol.iterator]()) {
|
||||||
macros[`\\${item[0]}`] = `\\${item[1]}`;
|
const bs = "\\";
|
||||||
|
macros[`${bs}${item[0]}`] = `${bs}${item[1]}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const attribute = "data-math-style";
|
const attribute = "data-math-style";
|
||||||
|
|
Loading…
Reference in a new issue