In this theme it is possible to mark code like in every github markdown file.
Take a look in the
raw
file here to see how it works.
YAML
global:
some_variable: true
JSON
{
"parameter": "value"
}
C
unsigned do_something(unsigned char x, unsigned char y)
{
return x + y;
}
and many moreā¦