It works.
Highlight Test
#include <iostream> signed main() { std::cout << "hello, world" << '\n' return 0; }
Mathjax