KaTeX 修改版, 可以工作与 兼容模式.可能会出现Bug.效果未知
Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greasyfork.org/scripts/34253/224512/KaTeX.js
if (typeof document !== "undefined") {
if (document.compatMode !== "CSS1Compat") {
typeof console !== "undefined" && console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your " +
"website has a suitable doctype.");
render = function render() {
throw new _ParseError2.default("KaTeX doesn't work in quirks mode.");
};
}
}