katex 0.16.6 → 0.16.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/contrib/copy-tex/README.md +2 -2
- package/contrib/mathtex-script-type/README.md +5 -5
- package/contrib/mhchem/README.md +1 -1
- package/dist/README.md +3 -3
- package/dist/katex.css +1 -1
- package/dist/katex.js +1 -1
- package/dist/katex.min.css +1 -1
- package/dist/katex.min.js +1 -1
- package/dist/katex.mjs +1 -1
- package/package.json +1 -1
package/dist/katex.mjs
CHANGED
|
@@ -18297,7 +18297,7 @@ var katex = {
|
|
|
18297
18297
|
/**
|
|
18298
18298
|
* Current KaTeX version
|
|
18299
18299
|
*/
|
|
18300
|
-
version: "0.16.
|
|
18300
|
+
version: "0.16.7",
|
|
18301
18301
|
|
|
18302
18302
|
/**
|
|
18303
18303
|
* Renders the given LaTeX into an HTML+MathML combination, and adds
|