Hey 0x00’ers! I am happy to announce we have decent syntax highlight support!
To format your code just embody your code with three backticks. You can also put the language after the first line of backticks if it doesn’t specifiy it. In future I will be adding x86 and other types of ASM. If you need any new languages let me know!
```ruby
def hello
puts "world"
end
```
makes
def hello
puts "world"
end
Have fun