v1.0 beta init

This commit is contained in:
life
2014-10-22 16:20:45 +08:00
parent 8ae438272b
commit 593d2c2965
225 changed files with 27217 additions and 3675 deletions

View File

@ -1,3 +1,12 @@
// 这一步非常耗时
try {
// mobile不要
if(!Mobile.isMobile()) {
require(['//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML']);
}
} catch(e) {
}
function bindMathJaxHooks(converter) {
var msie = /msie/.test(navigator.userAgent.toLowerCase());