ZIm/crates/repl/src
Michael Sloan 8e6fc3c807
Implement better markdown escaping and inline code escape (#23222)
Motivation for this is using markdown for keymap error notifications in
#23113, but it also benefits the copied text of repl tables.

Release Notes:

- N/A
2025-01-16 11:06:57 +00:00
..
components Add Corner to geometry and make names of corner methods consistent (#22119) 2024-12-16 22:57:15 -07:00
kernels Refactor file icons to use IconTheme (#23153) 2025-01-14 22:49:36 +00:00
notebook Dequalify WindowContext and AsyncWindowContext identifiers (#22444) 2024-12-28 21:21:32 +00:00
outputs Implement better markdown escaping and inline code escape (#23222) 2025-01-16 11:06:57 +00:00
components.rs Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
jupyter_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
notebook.rs Initial Notebook UI structure (#19756) 2024-10-29 11:30:07 -07:00
outputs.rs Upgrade repl dependencies (#21431) 2024-12-02 15:22:03 -08:00
repl.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
repl_editor.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
repl_sessions_ui.rs Optimize REPL kernel spec refresh (#21844) 2024-12-11 06:20:44 -08:00
repl_store.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
session.rs Add a CI check for todo! and FIXME comments (#21950) 2024-12-20 08:38:50 +00:00