-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Explore customizing the markdown renderer for notebooks #106701
Comments
This comment has been minimized.
This comment has been minimized.
Update on our current plans: You can test out the new extensible markdown support by setting Fully replacing the markdown rendererThe new For now, we will restrict this API to our internal extensions. We already have an extension that replaces the notebook's markdown renderer with markdown-it, which we believe is extensible enough for most common notebook uses. In the future, we may open this API to let external extensions use their own markdown engine too. Extending the markdown rendererExtensions can contribute extensions to the new markdown-it based markdown renderer. Example use cases include adding support for math and emoji in markdown. These markdown extensions also come in through the For now, we plan on including a simple markdown-it math extension in VS Code. In the future, math support may instead come from an external extension, such as Python or even a dedicated math extension. TODOShort term
Longer term
|
Math support might be possible with one of these? |
Merged initial API point. Will continue working on this with #116393 |
Explores letting extensions customize the markdown rendering used in notebooks
The text was updated successfully, but these errors were encountered: