Change syntax highlighting to YAML on Extras page

This commit is contained in:
John Hughes
2013-07-16 21:06:30 +01:00
parent aae84c4180
commit 2e8c4359a1

View File

@@ -29,7 +29,7 @@ $ [sudo] gem install rdiscount
And then specify RDiscount as the Markdown engine in your `_config.yml` file to
have Jekyll run with that option.
{% highlight bash %}
{% highlight yaml %}
# In _config.yml
markdown: rdiscount
{% endhighlight %}
@@ -45,7 +45,7 @@ $ [sudo] gem install kramdown
Then you can specify Kramdown as the Markdown engine in `_config.yml`.
{% highlight bash %}
{% highlight yaml %}
# In _config.yml
markdown: kramdown
{% endhighlight %}