Syntax Highlighting
It is possible to syntax highlight code in Nicedoc. Simply add the language name after the triple backticks like so:
```ruby def hello puts "haha" end ```
And you get this:
def hello puts "haha" end
```ruby def hello puts "haha" end ```
def hello puts "haha" end