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 9d07173 commit 62bb93eCopy full SHA for 62bb93e
ts/input/tex/StackItem.ts
@@ -359,7 +359,7 @@ export interface StackItem extends NodeStack {
359
* @param {MmlNode} node The current node.
360
* @param {string=} prefix A prefix for the LaTeX command.
361
*/
362
- addLatexItem(node: MmlNode, prefix?: string): void
+ addLatexItem(node: MmlNode, prefix?: string): void;
363
}
364
365
export interface StackItemClass extends FactoryNodeClass<StackItem> {
0 commit comments