Change syntax highlighting to YAML on Extras page
This commit is contained in:
parent
aae84c4180
commit
2e8c4359a1
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue