Support for MyST-Style Code Cells for REPL in Markdown #29396
axtimhaus
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Zed already works very well with executing code cells in markdown documents via a Jupyter kernel using the traditional syntax
This enables straightforward editing of Jupyter notebooks in markdown form with Jupytext.
The current preferred format there for markdown notebooks is using MyST syntax (see here) (as it has tons of useful features). This format, however, uses a slightly different syntax based on MyST's directive syntax.
Currently, Zed does not recognize these cells with the correct language (neither for syntax highlighting nor for REPL).
It would be very nice if Zed could parse this correctly.
Beta Was this translation helpful? Give feedback.
All reactions