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
1 changed files with 2 additions and 2 deletions

View File

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