Switch speed test in README (#640)

Permission to reference page granted in
https://github.com/Khan/KaTeX/issues/420#issuecomment-270810784
This commit is contained in:
Erik Demaine 2017-01-20 16:50:10 -05:00 committed by Martin von Gagern
parent a738185704
commit a5e38d3b8a

View File

@ -4,7 +4,7 @@
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
* **Fast:** KaTeX renders its math synchronously and doesn't need to reflow the page. See how it compares to a competitor in [this speed test](http://jsperf.com/katex-vs-mathjax/).
* **Fast:** KaTeX renders its math synchronously and doesn't need to reflow the page. See how it compares to a competitor in [this speed test](http://www.intmath.com/cg5/katex-mathjax-comparison.php).
* **Print quality:** KaTeXs layout is based on Donald Knuths TeX, the gold standard for math typesetting.
* **Self contained:** KaTeX has no dependencies and can easily be bundled with your website resources.
* **Server side rendering:** KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML.