We support both bbcode and markdown. You can do either:
[code language=c]
char *str = "your code here";
[/code]
Or
```c
char *str = "your code here";
```
We don't have a page for that yet.
For now you can use this for markdown syntax: https://guides.github.com/features/mastering-markdown/