repl: Render markdown output from kernels (#15742)

<img width="1268" alt="image"
src="https://github.com/user-attachments/assets/73e03a28-f5e3-4395-a58c-cabd07f57889">

Release Notes:

- Added markdown rendering for Jupyter/REPL outputs. Push Markdown from
Deno/Typescript with `Deno.jupyter.md` and in IPython use
`IPython.display.Markdown`.
This commit is contained in:
Kyle Kelley 2024-08-03 09:41:12 -07:00 committed by GitHub
parent 36b61a8b87
commit b7eae7fbd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 67 additions and 21 deletions

1
Cargo.lock generated
View file

@ -8749,6 +8749,7 @@ dependencies = [
"language",
"languages",
"log",
"markdown_preview",
"multi_buffer",
"project",
"runtimelib",