Jekyll 文档声明代码高亮是使用 Liquid 标签完成的,如下所示:
{% 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 %}
但是,我宁愿使用 Markdown 语法:
```ruby
def foo
puts 'foo'
end
```
我自己尝试了以下方式:
``` ini
; Disables the splash screen, if it has been compiled into the launcher.
RunLocally=true
```
但是,结果看起来并不像它应该的那样。