You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This iteration, we polished the new, extensible markdown renderers for notebooks. This allow us to render :smile: as emoji and math formulas in a notebook's markdown. These features are both contributed by built-in extensions
To support this new functionality, we had to completely rework how markdown is rendered in notebooks. All the rendering is now done in the notebook's backlayer webview inside of in the renderer process. The rendered markdown is also displayed in the webview instead of in the workbench editor
Testing
For this item, please give another exploratory test pass to markdown support in notebooks. A few general areas to focus on:
Performance. Are there cases where the contents of a notebook seem to shift around?
UX. Does interacting with notebook cells feel normal? The markdown cells should feel like they are part of the normal editor dom
Math support. Try a few math formulas in the markdown and see if these cause any issues
The text was updated successfully, but these errors were encountered:
Refs #116393
Complexity: 4
Create Issue
Background
This iteration, we polished the new, extensible markdown renderers for notebooks. This allow us to render
:smile:
as emoji and math formulas in a notebook's markdown. These features are both contributed by built-in extensionsTo support this new functionality, we had to completely rework how markdown is rendered in notebooks. All the rendering is now done in the notebook's backlayer webview inside of in the renderer process. The rendered markdown is also displayed in the webview instead of in the workbench editor
Testing
For this item, please give another exploratory test pass to markdown support in notebooks. A few general areas to focus on:
Performance. Are there cases where the contents of a notebook seem to shift around?
UX. Does interacting with notebook cells feel normal? The markdown cells should feel like they are part of the normal editor dom
Math support. Try a few math formulas in the markdown and see if these cause any issues
The text was updated successfully, but these errors were encountered: