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

source
share