syntax highlight はプレビューで表示されないけど、投稿するとちゃんと表示される。
#include
// Some C++ code.
int main() try {
std::cout << "I wonder how the syntax will be highlighted\n";
} catch (std::exception&) {
}
if grep -q $USER script; then
echo please make independent of username;
fi