Upgrade Katex to v0.16.7
This commit is contained in:
4
paige/node_modules/katex/src/environments/array.js
generated
vendored
4
paige/node_modules/katex/src/environments/array.js
generated
vendored
@@ -573,8 +573,8 @@ const mathmlBuilder: MathMLBuilder<"array"> = function(group, options) {
|
||||
// We simulate this by adding (arraystretch - 1)em to the gap. This
|
||||
// does a reasonable job of adjusting arrays containing 1 em tall content.
|
||||
|
||||
// The 0.16 and 0.09 values are found emprically. They produce an array
|
||||
// similar to LaTeX and in which content does not interfere with \hines.
|
||||
// The 0.16 and 0.09 values are found empirically. They produce an array
|
||||
// similar to LaTeX and in which content does not interfere with \hlines.
|
||||
const gap = (group.arraystretch === 0.5)
|
||||
? 0.1 // {smallmatrix}, {subarray}
|
||||
: 0.16 + group.arraystretch - 1 + (group.addJot ? 0.09 : 0);
|
||||
|
Reference in New Issue
Block a user