Michael Sloan
609c528ceb
Refactor markdown formatting utilities to avoid building intermediate strings ( #29511 )
...
These were nearly always used when using `format!` / `write!` etc, so it
makes sense to not have an intermediate `String`.
Release Notes:
- N/A
2025-04-27 19:04:51 +00:00
Michael Sloan
44aff7cd46
Fix tools' ui_text
to use inline code escaping ( #27543 )
...
Markdown escaping was added in #27502 .
Release Notes:
- N/A
2025-03-26 21:49:51 +00:00
Richard Feldman
9eacac62a9
Escape markdown in tools' ui_text
( #27502 )
...
Escape markdown in tools' `ui_text`
<img width="628" alt="Screenshot 2025-03-26 at 10 43 23 AM"
src="https://github.com/user-attachments/assets/bb694821-aae7-4ccf-a35a-a3317b0222d5 "
/>
Release Notes:
- N/A
2025-03-26 11:27:02 -04:00
Michael Sloan
cc1af7d96b
Display keymap errors on initial load ( #23394 )
...
Also fixes issue introduced in #23113 where changes to keyboard layout
would not cause reload of keymap configuration.
Closes #20531
Release Notes:
- N/A
2025-01-21 07:14:46 +00:00
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