mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 22:18:41 +00:00
Enable a MathML option in the KaTeX demo. (#2371)
* Enable a MathML option in the KaTeX demo. * Add `output` to `katexOptions`
This commit is contained in:
@@ -48,7 +48,7 @@ window.WebFontConfig = {
|
||||
}
|
||||
|
||||
var katexOptions = ["displayMode", "leqno", "fleqn", "throwOnError",
|
||||
"errorColor", "strict", "trust", "macros"].map(function(id) {
|
||||
"errorColor", "strict", "output", "trust", "macros"].map(function(id) {
|
||||
var el = document.getElementById(id);
|
||||
if (el.type === "checkbox") {
|
||||
if (typeof data[id] === "boolean" && !(id === "trust" && data[id] &&
|
||||
|
Reference in New Issue
Block a user