From 2e8c4359a1029101aefd41fb396d748b823b9f1f Mon Sep 17 00:00:00 2001 From: John Hughes Date: Tue, 16 Jul 2013 21:06:30 +0100 Subject: [PATCH] Change syntax highlighting to YAML on Extras page --- site/docs/extras.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/extras.md b/site/docs/extras.md index 11ecce8f..0c190ec1 100644 --- a/site/docs/extras.md +++ b/site/docs/extras.md @@ -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 %}