The Jekyll docs state that code highlighting is done using Liquid tags as follows:
{% highlight ruby %}
def show
@widget = Widget(params[:id])
respond_to do |format|
format.html # show.html.erb
format.json { render json: @widget }
end
end
{% endhighlight %}
However, I would rather like to use Markdown syntax:
```ruby
def foo
puts 'foo'
end
```
I tried it myself the following way:
``` ini
; Disables the splash screen, if it has been compiled into the launcher.
RunLocally=true
```
However, the result does not look the way it should.

markdown: redcarpetto_config.ymland now code samples are rendered using the markdown syntax.