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 85ea15a + d018d50 commit b2bfd98Copy full SHA for b2bfd98
mathjax3-ts/input/tex/Tags.ts
@@ -466,7 +466,7 @@ export class AbstractTags implements Tags {
466
let mml = new TexParser('\\text{' + this.currentTag.tagFormat + '}', {},
467
this.configuration).mml();
468
return this.configuration.nodeFactory.create('node', 'mtd', [mml],
469
- {id: this.currentTag.tagId, rowalign: 'center'});
+ {id: this.currentTag.tagId});
470
}
471
472
};
0 commit comments