Skip to content

Commit

Permalink
Merge pull request #323 from Mathpix/dev/olga/9295-Incorrect-renderin…
Browse files Browse the repository at this point in the history
…g-for-textit-v1

PR into master from dev/olga/9295-Incorrect-rendering-for-textit-v1
  • Loading branch information
iammosespaulr committed Apr 24, 2024
2 parents 2df57d2 + 2d2f455 commit 1982fae
Show file tree
Hide file tree
Showing 32 changed files with 1,174 additions and 685 deletions.
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.

3 changes: 2 additions & 1 deletion lib/copy-to-clipboard/clipboard-copy-element.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/copy-to-clipboard/clipboard-copy-element.js.map

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

4 changes: 4 additions & 0 deletions lib/markdown/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ export declare const findEndMarker: (str: string, startPos?: number, beginMarker
openBrackets?: undefined;
};
export declare const getTerminatedRules: (rule: string) => any[];
export declare const removeCaptionsFromTableAndFigure: (content: string) => {
content: string;
isNotCaption: boolean;
};
41 changes: 40 additions & 1 deletion lib/markdown/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/markdown/common.js.map

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

Loading

0 comments on commit 1982fae

Please sign in to comment.