Commit d806e02
authored
fix(code): render markdown italics in inherited font (#1899)
## Summary
- Replaces Radix UI Themes' `<Em>` with a plain `<em>` in the markdown renderer so italicized text inherits the surrounding font instead of switching to Radix's serif italic, which made italics look noticeably larger/different.
<img width="764" height="83" alt="Screenshot 2026-04-27 at 19 46 33" src="https://github.com/user-attachments/assets/85db2414-ad37-414a-a65e-a9568eaa9674" />
## Test plan
- [ ] Render markdown containing italics (`*word*` / `_word_`) in `MarkdownRenderer` and confirm italic text matches the size and family of surrounding text.
- [ ] Verify markdown still renders correctly across affected surfaces: agent messages, user messages, queued messages, signal cards, skill detail panel, PR comment threads.1 parent 49ab61b commit d806e02
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments