You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unexpected backslash(\) will be added when a number follows the dollar($) sign in inline codes and code blocks. This occurs to both user input and system output, and the redundant backslash(\) will be included when you try to copy the code.
I'm guessing this might be a conflict with the LaTex rendering.
To Reproduce
Use the following prompt:
Repeat the following with no modification:
**Unexpected Behavior: when a number follows the dollar($) sign**
`$2asdf`
```
$1
```
**Normal Behavior**
$1
`$asdf`
```
$ASDF
```
Expected behavior
See the image below:
Deployment
Docker
Vercel
Server
Desktop (please complete the following information):
OS: macOS 14.1 (23B74)
Browser: Chrome 119.0, Safari 17.1
Version: v2.9.12
The text was updated successfully, but these errors were encountered:
Describe the bug
An unexpected backslash(\) will be added when a number follows the dollar($) sign in inline codes and code blocks. This occurs to both user input and system output, and the redundant backslash(\) will be included when you try to copy the code.
I'm guessing this might be a conflict with the LaTex rendering.
To Reproduce
Use the following prompt:
Expected behavior
See the image below:
Deployment
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: