Update katex to v0.5.0

This commit is contained in:
Emily Eisenberg 2015-07-16 14:25:22 -07:00
parent 6448ce5699
commit b2d9f09e59
48 changed files with 12 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "KaTeX",
"version": "0.4.3",
"version": "0.5.0",
"main": [
"dist/katex.min.js",
"dist/katex.min.css"
@ -32,14 +32,14 @@
"/metrics",
"/static"
],
"_release": "0.4.3",
"_release": "0.5.0",
"_resolution": {
"type": "version",
"tag": "v0.4.3",
"commit": "e57c675be19dff699dae54c3caa46103cd9b694a"
"tag": "v0.5.0",
"commit": "dd2ec8a5421fa77a34044795dee0a5d5bd309a37"
},
"_source": "git://github.com/Khan/KaTeX.git",
"_target": "~0.4.3",
"_target": "~0.5.0",
"_originalSource": "katex",
"_direct": true
}

View File

@ -1,6 +1,6 @@
{
"name": "KaTeX",
"version": "0.4.3",
"version": "0.5.0",
"main": [
"dist/katex.min.js",
"dist/katex.min.css"

View File

@ -7,7 +7,7 @@ KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the we
* **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.
KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and IE 8 - IE 11.
KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and IE 8 - IE 11. A list of supported commands can be on the [wiki](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX).
## Usage

File diff suppressed because one or more lines are too long