approach0 / search-engine

A math-aware search engine.
http://approach0.xyz
MIT License
346 stars 50 forks source link

Update MathJax library. #27

Closed w32zhong closed 5 years ago

w32zhong commented 5 years ago

MathJax v3 is coming out, I am thinking to update the current render library A0 is using. This will give a better search experience since it takes too much time to be rendered for a page of search results currently. I feel v3 is much more faster than previous version. Although KaTeX is also fast, I found it cannot handle many content as robust as MathJax when I was choosing between them as A0 search result render library.

w32zhong commented 5 years ago

Done in private repo.