how can I write some code in my project github wiki and highlight the syntax?
In MoinMoin wiki I'm used to do
{{{#!highlight cpp
my code
}}}
and it work's great.
Any suggestion for github wiki? Thanks in advance
You use "```"
Example for ruby:
```ruby
code and stuff
```