🏠 Home 

KaTeX

KaTeX 修改版, 可以工作与 兼容模式.可能会出现Bug.效果未知

สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greasyfork.org/scripts/34253/224512/KaTeX.js

ผู้เขียน
黄盐
เวอร์ชัน
0.0.1.201710172####0
สร้างเมื่อ
17-10-2017
อัปเดตเมื่อ
17-10-2017
Size
475 กิโลไบต์
สัญญาอนุญาต
ไม่มี

在源文件中,我禁用了以下代码,使得 KaTeX 在兼容模式下也能够使用.但是会出现什么错误将无法预知.


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.");
};
}
}

官网:https://khan.github.io/KaTeX/