carbon-app / carbon

:black_heart: Create and share beautiful images of your source code
https://carbon.now.sh
MIT License
34.29k stars 1.9k forks source link

Carbon turns `!=` into `≠` #1524

Open JakobDev opened 3 weeks ago

JakobDev commented 3 weeks ago

Describe the bug Carbon turns != into .

To Reproduce Select Go as Language and paste this code:

if a != b {
  return false
}
  1. Go to '…'
  2. Click on '…'
  3. See error

Expected behavior != should be in the code and not .. It's in the code I pasted. is not even valid Go code. At least there should be an Option to turn this auto replacement off.

Screenshots Unbenannt

Info (please complete the following information):