clarkgrubb / hyperpolyglot

hyperpolyglot.org
Other
473 stars 94 forks source link

Markdown syntax highlight using back ticks #135

Open koppor opened 8 months ago

koppor commented 8 months ago

GitHub flavored markdown supports code fences using backticks instead of tildes.

Example:

```c
int add(int a, int b) {
  return (a+b);
}


This should be added to https://hyperpolyglot.org/lightweight-markup