-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feat: add post render hook #60
Merged
Merged
Commits on Jun 21, 2022
-
Feat: don't use JupyterLab math rendering
We still need to ship our own math renderer to render `math_` tokens, so let's avoid using two different renderers in the same implementation
Configuration menu - View commit details
-
Copy full SHA for cf6d7d7 - Browse repository at this point
Copy the full SHA cf6d7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b4bee5 - Browse repository at this point
Copy the full SHA 7b4bee5View commit details
Commits on Jun 22, 2022
-
Feat: add support for JupyterLab's ILatexTypesetter
We migrate the math parsing responsibility to the MarkdownIt parser. Any element matching `.math` will be rendered using the typesetter. We add `markdown-it-dollarmath` to perform math parsing of $-math
Configuration menu - View commit details
-
Copy full SHA for 614abfa - Browse repository at this point
Copy the full SHA 614abfaView commit details -
Refactor: rename typesetter → typesetter-adaptor
Feat: remove unneeded math wrappers
Configuration menu - View commit details
-
Copy full SHA for f38d3e3 - Browse repository at this point
Copy the full SHA f38d3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0b830 - Browse repository at this point
Copy the full SHA 2b0b830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12370f2 - Browse repository at this point
Copy the full SHA 12370f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7994a99 - Browse repository at this point
Copy the full SHA 7994a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd08cb0 - Browse repository at this point
Copy the full SHA cd08cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 726bbae - Browse repository at this point
Copy the full SHA 726bbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2d11f - Browse repository at this point
Copy the full SHA bd2d11fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb60cdc - Browse repository at this point
Copy the full SHA eb60cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ca96f - Browse repository at this point
Copy the full SHA 81ca96fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7385c2f - Browse repository at this point
Copy the full SHA 7385c2fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.