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 197a1cbde1 - Show all commits

View file

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