We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790c74 commit dfb85bcCopy full SHA for dfb85bc
1 file changed
ts/input/tex/FilterUtil.ts
@@ -243,7 +243,7 @@ namespace FilterUtil {
243
let _moveLimits = function (options: ParseOptions, underover: string, subsup: string) {
244
const remove: MmlNode[] = [];
245
for (const mml of options.getList(underover)) {
246
- if (mml.attributes.get('displaystyle') || mml.getProperty('removed')) {
+ if (mml.attributes.get('displaystyle')) {
247
continue;
248
}
249
const base = mml.childNodes[(mml as any).base] as MmlNode;
0 commit comments