You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple API, no dependencies – yet super fast on all major browsers.
80
+
Simple API, no dependencies – yet superfast on all major browsers.
81
81
</div>
82
82
83
83
<ulclass="features">
84
84
<li><b>Fast:</b> KaTeX renders its math synchronously and doesn’t need to reflow the page.</li>
85
85
<li><b>Print quality:</b> KaTeX’s layout is based on Donald Knuth’s TeX, the gold standard for math typesetting.</li>
86
-
<li><b>Selfcontained:</b> KaTeX has no dependencies and can easily be bundled with your website resources.</li>
86
+
<li><b>Self-contained:</b> KaTeX has no dependencies and can easily be bundled with your website resources.</li>
87
87
<li><b>Server side rendering:</b> 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.</li>
0 commit comments