title code-example layout page type code, math Code example This is some code below to test out highlighting: /* * C code */ #include <stdio> int main (int argc, char *argv[]) { printf("Hello, world!\n"); return EXIT_SUCCESS; }