Lines Matching refs:katex

1 # [<img src="https://katex.org/img/katex-logo-black.svg" width="130" alt="KaTeX">](https://katex.or…
2 [![npm](https://img.shields.io/npm/v/katex.svg)](https://www.npmjs.com/package/katex)
7 …https://data.jsdelivr.com/v1/package/npm/katex/badge?style=rounded)](https://www.jsdelivr.com/pack…
8 ![](https://img.badgesize.io/KaTeX/KaTeX/v0.11.1/dist/katex.min.js?compression=gzip)
12 … compares to a competitor in [this speed test](http://www.intmath.com/cg5/katex-mathjax-comparison…
19 …eX and many LaTeX packages. See the [list of supported functions](https://katex.org/docs/supported…
21 Try out KaTeX [on the demo page](https://katex.org/#demo)!
32 …<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integri…
35 …<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-…
38 …<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" inte…
47 For details on how to configure auto-render extension, refer to [the documentation](https://katex.o…
51 Call `katex.render` to render a TeX expression directly into a DOM element.
55 katex.render("c = \\pm\\sqrt{a^2 + b^2}", element, {
60 Call `katex.renderToString` to generate an HTML string of the rendered math,
64 var html = katex.renderToString("c = \\pm\\sqrt{a^2 + b^2}", {
67 // '<span class="katex">...</span>'
77 [API documentation](https://katex.org/docs/api.html),
78 [options documentation](https://katex.org/docs/options.html), and
79 [handling errors documentation](https://katex.org/docs/error.html).
83 Learn more about using KaTeX [on the website](https://katex.org)!