mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-17 08:48:39 +00:00
README: Remove redundant type
attribute
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](http://khan.github.io/KaTeX/) [](https://travis-ci.org/Khan/KaTeX)
|
# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](https://khan.github.io/KaTeX/) [](https://travis-ci.org/Khan/KaTeX)
|
||||||
|
|
||||||
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
|
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
|
||||||
|
|
||||||
@@ -14,8 +14,8 @@ KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and
|
|||||||
Download the built files from [the releases page](https://github.com/khan/katex/releases). Include the `katex.min.js` and `katex.min.css` files on your page:
|
Download the built files from [the releases page](https://github.com/khan/katex/releases). Include the `katex.min.js` and `katex.min.css` files on your page:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" type="text/css" href="/path/to/katex.min.css">
|
<link rel="stylesheet" href="/path/to/katex.min.css">
|
||||||
<script src="/path/to/katex.min.js" type="text/javascript"></script>
|
<script src="/path/to/katex.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Call `katex.render` with a TeX expression and a DOM element to render into:
|
Call `katex.render` with a TeX expression and a DOM element to render into:
|
||||||
|
Reference in New Issue
Block a user