Skip to content

Commit

Permalink
Merge pull request #975 from mathjax/issue3070
Browse files Browse the repository at this point in the history
Fix incorrect flagging of nested environments. (mathjax/MathJax#3070)
  • Loading branch information
dpvc authored Aug 18, 2023
2 parents b49c5f4 + 82937ff commit a662fa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts/input/tex/base/BaseMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,6 @@ BaseMethods.Equation = function (
) {
parser.configuration.mathItem.display = display;
parser.stack.env.display = display;
parser.Push(begin);
ParseUtil.checkEqnEnv(parser);
parser.Push(begin);
return parser.itemFactory.create('equation', numbered).
Expand Down

0 comments on commit a662fa7

Please sign in to comment.