GitHub flavored markdown supports code fences using backticks instead of tildes. Example: ````markdown ```c int add(int a, int b) { return (a+b); } ``` ```` This should be added to https://hyperpolyglot.org/lightweight-markup