I don’t know if it a bug or a feature but if you insert a code snippet with community server it removes blank lines. The problem is that if you use the line number feature it looks funny because it numbers the lines then removes the blanks causing a bunch of numbers at the bottom with no code. My suggestion is to do a regex find and replace before you upload your code. Just search for “\n\n” and replace it with “\n”