From 82937ffe2df9d3701b94c5bc9453a1e510858c17 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Thu, 20 Jul 2023 10:48:43 -0400 Subject: [PATCH] Remove extra parser.Push(begin) call. (mathjax/MathJax#3070) --- ts/input/tex/base/BaseMethods.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/input/tex/base/BaseMethods.ts b/ts/input/tex/base/BaseMethods.ts index 67833715e..15b3a1236 100644 --- a/ts/input/tex/base/BaseMethods.ts +++ b/ts/input/tex/base/BaseMethods.ts @@ -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).