Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR into master from dev/olga/Fixed-spaces-for-operatorname-in-asciimath #248

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion es5/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion es5/index.js

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion lib/mathjax/serialized-ascii/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ export interface IAsciiData {
ascii_csv: string;
ascii_md: string;
}
export declare const AddToAsciiData: (data: IAsciiData, arr: Array<string>) => IAsciiData;
export declare const regLetter: RegExp;
export declare const regW: RegExp;
export declare const AddToAsciiData: (data: IAsciiData, arr: Array<string>, serialize: any, node?: any) => IAsciiData;
export declare const pushToSerializedStack: (serialize: any, data: any, node?: any) => void;
export declare const clearSerializedChildStack: (serialize: any) => void;
export declare const getLastSymbolFromSerializedStack: (serialize: any) => string;
export declare const getLastItemFromSerializedStack: (serialize: any) => any;
export declare const needFirstSpaceBeforeLetter: (node: any, currentText: any, serialize: any) => boolean;
export declare const needSpaceBetweenLetters: (strBefore: string, strAfter: string) => boolean;
export declare const needFirstSpaceBeforeCurrentNode: (node: any, serialize: any) => boolean;
173 changes: 171 additions & 2 deletions lib/mathjax/serialized-ascii/common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/mathjax/serialized-ascii/common.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading