fix minification (2)

This commit is contained in:
Mylloon 2024-04-01 17:33:33 +02:00
parent b8f0b9c079
commit 197a1cbde1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -22,7 +22,7 @@ window.addEventListener("load", () => {
katex.render(element.textContent, element, {
throwOnError: false,
displayMode: element.getAttribute(attribute) === "display",
macros,
macros: macros,
output: "mathml",
});
}