Upgrade Katex to v0.16.7
This commit is contained in:
4
paige/node_modules/katex/src/buildMathML.js
generated
vendored
4
paige/node_modules/katex/src/buildMathML.js
generated
vendored
@@ -1,6 +1,6 @@
|
||||
// @flow
|
||||
/**
|
||||
* This file converts a parse tree into a cooresponding MathML tree. The main
|
||||
* This file converts a parse tree into a corresponding MathML tree. The main
|
||||
* entry point is the `buildMathML` function, which takes a parse tree from the
|
||||
* parser.
|
||||
*/
|
||||
@@ -101,7 +101,7 @@ export const getVariant = function(
|
||||
} else if (font === "mathfrak") {
|
||||
return "fraktur";
|
||||
} else if (font === "mathscr" || font === "mathcal") {
|
||||
// MathML makes no distinction between script and caligrahpic
|
||||
// MathML makes no distinction between script and calligraphic
|
||||
return "script";
|
||||
} else if (font === "mathsf") {
|
||||
return "sans-serif";
|
||||
|
Reference in New Issue
Block a user