Code
Markdown:
```lua
function print( values )
player.say( "hello" .. values )
end
```
Result:
function print( values )
player.say( "hello" .. values )
end
Languages
We can expand this list as we need to, but right now the supported languages are:
- lua
- csharp
- html
- markdown
- cpp
- js
If you don't define the language it'll use the site default (for example, under gmod it's lua).