GPT-Prompter
GPT-Prompter copied to clipboard
[Bug] backslash is interpreted as a special character
The backslashes ("\") are interpreted as special characters, resulting in unexpected behaviour.
E.g., hello, \text{world}
is interpreted as hello, [tab symbol]ext{world}
and on something like hello, \world
it simply doesn't work as it tries to interpret \w
as an escape sequence.
This makes it impossible to use, for example, when editing latex in overleaf.
Hi @xosmig I just released the new version (make sure to update it to 0.0.3.3). I test your example and seems to be fixed. Please take a look and let me know if now works.
Seems to work, thank you!