AstroCB/Stack-Exchange-Editor-Toolkit

Changes i in code to I

Closed this issue · 3 comments

i is often used as an iterator in code, but the script treats it in the same way that it does lowercase "i"s in regular text.

for(var [i]  = 0; [i] < num; i++){
    //some code
}

[i] am having some trouble with this code

In the above cases, the script turns [i] into I.

I'll look into this when I'm home. ;)

I'm working on excluding all code from edits.

Done.