Update katex to v0.5.1
This commit is contained in:
parent
882283e0d4
commit
e859c53852
11
bower_components/katex/.bower.json
vendored
11
bower_components/katex/.bower.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KaTeX",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"main": [
|
||||
"dist/katex.min.js",
|
||||
"dist/katex.min.css"
|
||||
|
@ -32,14 +32,13 @@
|
|||
"/metrics",
|
||||
"/static"
|
||||
],
|
||||
"_release": "0.5.0",
|
||||
"_release": "0.5.1",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v0.5.0",
|
||||
"commit": "dd2ec8a5421fa77a34044795dee0a5d5bd309a37"
|
||||
"tag": "v0.5.1",
|
||||
"commit": "2e773e2f837dbb41fb2fc815e8cf46aa3e9cbf03"
|
||||
},
|
||||
"_source": "git://github.com/Khan/KaTeX.git",
|
||||
"_target": "~0.5.0",
|
||||
"_originalSource": "katex",
|
||||
"_direct": true
|
||||
"_originalSource": "katex"
|
||||
}
|
2
bower_components/katex/bower.json
vendored
2
bower_components/katex/bower.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KaTeX",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"main": [
|
||||
"dist/katex.min.js",
|
||||
"dist/katex.min.css"
|
||||
|
|
2
bower_components/katex/dist/README.md
vendored
2
bower_components/katex/dist/README.md
vendored
|
@ -44,6 +44,8 @@ Make sure to include the CSS and font files, but there is no need to include the
|
|||
You can provide an object of options as the last argument to `katex.render` and `katex.renderToString`. Available options are:
|
||||
|
||||
- `displayMode`: `boolean`. If `true` the math will be rendered in display mode, which will put the math in display style (so `\int` and `\sum` are large, for example), and will center the math on the page on its own line. If `false` the math will be rendered in inline mode. (default: `false`)
|
||||
- `throwOnError`: `boolean`. If `true`, KaTeX will throw a `ParseError` when it encounters an unsupported command. If `false`, KaTeX will render the unsupported command as text in the color given by `errorColor`. (default: `true`)
|
||||
- `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option determines the color which unsupported commands are rendered in. (default: `#cc0000`)
|
||||
|
||||
For example:
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
(function(e){if("function"==typeof bootstrap)bootstrap("rendermathinelement",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeRenderMathInElement=e}else"undefined"!=typeof window?window.renderMathInElement=e():global.renderMathInElement=e()})(function(){var e,t,r,n,a;return function i(e,t,r){function n(o,l){if(!t[o]){if(!e[o]){var f=typeof require=="function"&&require;if(!l&&f)return f(o,!0);if(a)return a(o,!0);throw new Error("Cannot find module '"+o+"'")}var s=t[o]={exports:{}};e[o][0].call(s.exports,function(t){var r=e[o][1][t];return n(r?r:t)},s,s.exports,i,e,t,r)}return t[o].exports}var a=typeof require=="function"&&require;for(var o=0;o<r.length;o++)n(r[o]);return n}({1:[function(e,t,r){var n=e("./splitAtDelimiters");var a=function(e,t){var r=[{type:"text",data:e}];for(var a=0;a<t.length;a++){var i=t[a];r=n(r,i.left,i.right,i.display||false)}return r};var i=function(e,t){var r=a(e,t);var n=document.createDocumentFragment();for(var i=0;i<r.length;i++){if(r[i].type==="text"){n.appendChild(document.createTextNode(r[i].data))}else{var o=document.createElement("span");var l=r[i].data;try{katex.render(l,o,{displayMode:r[i].display})}catch(f){if(!(f instanceof katex.ParseError)){throw f}console.error("KaTeX auto-render: Failed to parse `"+r[i].data+"` with ",f);n.appendChild(document.createTextNode(r[i].rawData));continue}n.appendChild(o)}}return n};var o=function(e,t,r){for(var n=0;n<e.childNodes.length;n++){var a=e.childNodes[n];if(a.nodeType===3){var l=i(a.textContent,t);n+=l.childNodes.length-1;e.replaceChild(l,a)}else if(a.nodeType===1){var f=r.indexOf(a.nodeName.toLowerCase())===-1;if(f){o(a,t,r)}}}};var l={delimiters:[{left:"$$",right:"$$",display:true},{left:"\\[",right:"\\]",display:true},{left:"\\(",right:"\\)",display:false}],ignoredTags:["script","noscript","style","textarea","pre","code"]};var f=function(e){var t,r;for(var n=1,a=arguments.length;n<a;n++){t=arguments[n];for(r in t){if(Object.prototype.hasOwnProperty.call(t,r)){e[r]=t[r]}}}return e};var s=function(e,t){if(!e){throw new Error("No element provided to render")}t=f({},l,t);o(e,t.delimiters,t.ignoredTags)};t.exports=s},{"./splitAtDelimiters":2}],2:[function(e,t,r){var n=function(e,t,r){var n=r;var a=0;var i=e.length;while(n<t.length){var o=t[n];if(a<=0&&t.slice(n,n+i)===e){return n}else if(o==="\\"){n++}else if(o==="{"){a++}else if(o==="}"){a--}n++}return-1};var a=function(e,t,r,a){var i=[];for(var o=0;o<e.length;o++){if(e[o].type==="text"){var l=e[o].data;var f=true;var s=0;var d;d=l.indexOf(t);if(d!==-1){s=d;i.push({type:"text",data:l.slice(0,s)});f=false}while(true){if(f){d=l.indexOf(t,s);if(d===-1){break}i.push({type:"text",data:l.slice(s,d)});s=d}else{d=n(r,l,s+t.length);if(d===-1){break}i.push({type:"math",data:l.slice(s+t.length,d),rawData:l.slice(s,d+r.length),display:a});s=d+r.length}f=!f}i.push({type:"text",data:l.slice(s)})}else{i.push(e[o])}}return i};t.exports=a},{}]},{},[1])(1)});
|
||||
(function(e){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=e()}else if(typeof define==="function"&&define.amd){define([],e)}else{var t;if(typeof window!=="undefined"){t=window}else if(typeof global!=="undefined"){t=global}else if(typeof self!=="undefined"){t=self}else{t=this}t.renderMathInElement=e()}})(function(){var e,t,r;return function n(e,t,r){function a(o,l){if(!t[o]){if(!e[o]){var f=typeof require=="function"&&require;if(!l&&f)return f(o,!0);if(i)return i(o,!0);var d=new Error("Cannot find module '"+o+"'");throw d.code="MODULE_NOT_FOUND",d}var s=t[o]={exports:{}};e[o][0].call(s.exports,function(t){var r=e[o][1][t];return a(r?r:t)},s,s.exports,n,e,t,r)}return t[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)a(r[o]);return a}({1:[function(e,t,r){var n=e("./splitAtDelimiters");var a=function(e,t){var r=[{type:"text",data:e}];for(var a=0;a<t.length;a++){var i=t[a];r=n(r,i.left,i.right,i.display||false)}return r};var i=function(e,t){var r=a(e,t);var n=document.createDocumentFragment();for(var i=0;i<r.length;i++){if(r[i].type==="text"){n.appendChild(document.createTextNode(r[i].data))}else{var o=document.createElement("span");var l=r[i].data;try{katex.render(l,o,{displayMode:r[i].display})}catch(f){if(!(f instanceof katex.ParseError)){throw f}console.error("KaTeX auto-render: Failed to parse `"+r[i].data+"` with ",f);n.appendChild(document.createTextNode(r[i].rawData));continue}n.appendChild(o)}}return n};var o=function(e,t,r){for(var n=0;n<e.childNodes.length;n++){var a=e.childNodes[n];if(a.nodeType===3){var l=i(a.textContent,t);n+=l.childNodes.length-1;e.replaceChild(l,a)}else if(a.nodeType===1){var f=r.indexOf(a.nodeName.toLowerCase())===-1;if(f){o(a,t,r)}}}};var l={delimiters:[{left:"$$",right:"$$",display:true},{left:"\\[",right:"\\]",display:true},{left:"\\(",right:"\\)",display:false}],ignoredTags:["script","noscript","style","textarea","pre","code"]};var f=function(e){var t,r;for(var n=1,a=arguments.length;n<a;n++){t=arguments[n];for(r in t){if(Object.prototype.hasOwnProperty.call(t,r)){e[r]=t[r]}}}return e};var d=function(e,t){if(!e){throw new Error("No element provided to render")}t=f({},l,t);o(e,t.delimiters,t.ignoredTags)};t.exports=d},{"./splitAtDelimiters":2}],2:[function(e,t,r){var n=function(e,t,r){var n=r;var a=0;var i=e.length;while(n<t.length){var o=t[n];if(a<=0&&t.slice(n,n+i)===e){return n}else if(o==="\\"){n++}else if(o==="{"){a++}else if(o==="}"){a--}n++}return-1};var a=function(e,t,r,a){var i=[];for(var o=0;o<e.length;o++){if(e[o].type==="text"){var l=e[o].data;var f=true;var d=0;var s;s=l.indexOf(t);if(s!==-1){d=s;i.push({type:"text",data:l.slice(0,d)});f=false}while(true){if(f){s=l.indexOf(t,d);if(s===-1){break}i.push({type:"text",data:l.slice(d,s)});d=s}else{s=n(r,l,d+t.length);if(s===-1){break}i.push({type:"math",data:l.slice(d+t.length,s),rawData:l.slice(d,s+r.length),display:a});d=s+r.length}f=!f}i.push({type:"text",data:l.slice(d)})}else{i.push(e[o])}}return i};t.exports=a},{}]},{},[1])(1)});
|
||||
|
|
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Script-Regular.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Script-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Script-Regular.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Script-Regular.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff2
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.eot
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2
vendored
Normal file
BIN
bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2
vendored
Normal file
Binary file not shown.
2
bower_components/katex/dist/katex.min.css
vendored
2
bower_components/katex/dist/katex.min.css
vendored
File diff suppressed because one or more lines are too long
11
bower_components/katex/dist/katex.min.js
vendored
11
bower_components/katex/dist/katex.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user