Basic cours support #44

Merged
Anri merged 67 commits from cours into main 2024-04-01 18:11:49 +02:00
Showing only changes of commit b8f0b9c079 - Show all commits

View file

@ -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";