We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4921f commit 8505432Copy full SHA for 8505432
ts/input/tex/FilterUtil.ts
@@ -187,6 +187,7 @@ const FilterUtil = {
187
const node = arg.data.root;
188
node.walkTree((mml: MmlNode, _d: any) => {
189
const attribs = mml.attributes;
190
+ if (!attribs) return;
191
const keep = new Set(
192
((attribs.get('mjx-keep-attrs') as string) || '').split(/ /)
193
);
0 commit comments