fix minification (2)
This commit is contained in:
parent
b8f0b9c079
commit
197a1cbde1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ window.addEventListener("load", () => {
|
|||
katex.render(element.textContent, element, {
|
||||
throwOnError: false,
|
||||
displayMode: element.getAttribute(attribute) === "display",
|
||||
macros,
|
||||
macros: macros,
|
||||
output: "mathml",
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue