KaTeX 修改版, 可以工作与 兼容模式.可能会出现Bug.效果未知
สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @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.");
};
}
}