`i--` is decrement
or this
```
while (i-- > 0) {
}
```
No problem with two dashes --
Two dashes -- automatically replaces with long dash —
`i—` is decrement
```
while (i— > 0) {
}
```
And it's annoying, `cause I need press Backspace whenever I type two dashes.
P.S. Try to type:
`----------------`
and feel the pain :smirk:
Operating system: Windows
Version of Telegram Desktop: 1.2.21 alpha
Used theme: Any
``Now the app replaces dashes in editbox immediately, ignoring code tags
There’s no “server replacement”, but I agree that it’s a different issue.

This issue should probably be closed now (at least 1.3.7 alpha works).
Most helpful comment
This issue should probably be closed now (at least 1.3.7 alpha works).