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 037f876 commit fe4921fCopy full SHA for fe4921f
ts/input/tex/Tags.ts
@@ -571,7 +571,7 @@ export class AbstractTags implements Tags {
571
? format
572
: format.match(/^(\(|\[|\{)(.*)(\}|\]|\))$/)?.slice(1) || [format];
573
const mml = new TexParser(
574
- tag.map((part) => part ? `\\text{${part}}` : '').join(''),
+ tag.map((part) => (part ? `\\text{${part}}` : '')).join(''),
575
{},
576
this.configuration
577
).mml();
0 commit comments