Hello,
I discovered a bug where the request chat bubble displays special characters like <, > in their encoded HTML form (<, >). Additionally, markdown formatting such as backticks `` is displayed as raw text instead of being rendered inside a code block (gray box).
Steps to reproduce:
- Send a message containing special characters like
< or >
- Observe that the characters are displayed as
< and > instead of < and >
- Send a message containing markdown formatting (e.g.,
```code```)
- Observe that the markdown is displayed as raw text instead of being rendered in a code block
Thank you for your work, and I wish you all a great day,
Joshua Krimmer
Hello,
I discovered a bug where the request chat bubble displays special characters like
<,>in their encoded HTML form (<,>). Additionally, markdown formatting such as backticks `` is displayed as raw text instead of being rendered inside a code block (gray box).Steps to reproduce:
<or><and>instead of<and>```code```)Thank you for your work, and I wish you all a great day,
Joshua Krimmer