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.
2 parents 0d3cbfd + 8505432 commit 791e311Copy full SHA for 791e311
ts/input/tex/FilterUtil.ts
@@ -181,6 +181,7 @@ const FilterUtil = {
181
const node = arg.data.root;
182
node.walkTree((mml: MmlNode, _d: any) => {
183
const attribs = mml.attributes;
184
+ if (!attribs) return;
185
const keep = new Set(
186
((attribs.get('mjx-keep-attrs') as string) || '').split(/ /)
187
);
0 commit comments