A separate node with no formatting (this will be ignored).
Just a block of awesome text. ``` int foo[10] = { 0 }; // Comments are great. for (int index = 0; index < (sizeof(foo) / sizeof(foo)[0]); index++) { foo[index] = index; } ``` And more awesome text goes here. You can disable highlighting too: ```plain int foo[10] = { 0 }; // Comments are great. for (int index = 0; index < (sizeof(foo) / sizeof(foo)[0]); index++) { foo[index] = index; } ``` Inline `code` works `too`.