giosilvi/GPT-Prompter

[Bug] backslash is interpreted as a special character

Closed this issue · 2 comments

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.

xosmig commented

Seems to work, thank you!