Google Translate Test
<pre> alone
int main() { printf("hello, world"); return 0; }
<pre> with <code>
int main() { printf("hello, world"); return 0; }