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
This commit is contained in:
parent
5fdd7edb90
commit
8e6fc3c807
3 changed files with 250 additions and 12 deletions
|
@ -1,6 +1,7 @@
|
|||
pub mod arc_cow;
|
||||
pub mod command;
|
||||
pub mod fs;
|
||||
pub mod markdown;
|
||||
pub mod paths;
|
||||
pub mod serde;
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue