Read threads appears to work normally on mobile and desktop. Tested on Mac with Firefox and Safari and Chrome.
New Mobile theme shows the code! Removing the old mobile theme.
Let me know if you still see issues.
Code cpp:#include <iostream> using namespace std; int main () { cout << "Hello World!"; return 0; }