Skip to content

Commit ff45284

Browse files
committed
Update lab to include reset() call for tags and labels
1 parent 2e5d6a1 commit ff45284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/TeX-lab.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ const Lab = window.Lab = {
6060
math.end = {node: text, n: 0, delim: ''};
6161
this.mathItem = math;
6262

63+
jax.TeX.parseOptions.tags.reset();
64+
6365
handleRetriesFor(function () {
6466
math.compile();
6567
this.mml = toMml(math.root);

0 commit comments

Comments
 (0)